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

    Normalized event emitted when a queued unstake finishes and SUI is minted.

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

    Hierarchy (View Summary)

    Index
    afSuiId: string

    Object ID of the afSUI coin burned or converted.

    epoch: bigint

    Protocol epoch in which the unstake finished.

    providedAfSuiAmount: bigint

    afSUI amount provided, in raw afSUI units.

    requester: string

    Address that requested the unstake.

    returnedSuiAmount: bigint

    SUI amount returned, in raw SUI units.

    suiId: string

    Object ID of the SUI coin minted for the requester.

    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.