Documentation

    Type Alias SuiEndOfEpochTransactionKind

    SuiEndOfEpochTransactionKind:
        | "AuthenticatorStateCreate"
        | "RandomnessStateCreate"
        | "CoinDenyListStateCreate"
        | "StoreExecutionTimeObservations"
        | { ChangeEpoch: SuiChangeEpoch }
        | { AuthenticatorStateExpire: SuiAuthenticatorStateExpire }
        | { BridgeStateCreate: string }
        | { BridgeCommitteeUpdate: string }
    MMNEPVFCICPMFPCPTTAAATR