Type Alias: IotaEndOfEpochTransactionKind
type IotaEndOfEpochTransactionKind =
| "AuthenticatorStateCreate"
| {
ChangeEpoch: IotaChangeEpoch;
}
| {
ChangeEpochV2: IotaChangeEpochV2;
}
| {
AuthenticatorStateExpire: IotaAuthenticatorStateExpire;
};