Type Alias SuiEndOfEpochTransactionKind

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