Type alias SuiEndOfEpochTransactionKind

SuiEndOfEpochTransactionKind: "AuthenticatorStateCreate" | "RandomnessStateCreate" | "CoinDenyListStateCreate" | {
    ChangeEpoch: SuiChangeEpoch;
} | {
    AuthenticatorStateExpire: SuiAuthenticatorStateExpire;
}

Type declaration

Type declaration