aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Interface UnstakeRequestedEvent

    Normalized event emitted when a wallet requests a queued afSUI-to-SUI unstake.

    interface UnstakeRequestedEvent {
        afSuiId: string;
        epoch: bigint;
        providedAfSuiAmount: bigint;
        requester: string;
        timestamp: number | undefined;
        txnDigest: string;
        type: string;
    }

    Hierarchy (View Summary)

    • Event
      • UnstakeRequestedEvent
    Index
    afSuiId: string

    Object ID of the afSUI coin provided for unstaking.

    epoch: bigint

    Protocol epoch in which the request was emitted.

    providedAfSuiAmount: bigint

    afSUI amount provided, in raw afSUI units.

    requester: string

    Address that requested the unstake.

    timestamp: number | undefined

    Timestamp of the event, if available.

    txnDigest: string

    The transaction digest associated with the event.

    type: string

    A string identifying the Move event type.