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

    Raw parsed fields in a queued unstake-request event.

    interface UnstakeRequestedEventOnChainFields {
        afsui_id: string;
        epoch: string;
        provided_afsui_amount: string;
        requester: string;
    }
    Index
    afsui_id: string

    afSUI coin object ID provided for the request.

    epoch: string

    Protocol epoch in which the request was emitted.

    provided_afsui_amount: string

    afSUI amount provided, as a raw decimal string.

    requester: string

    Address that requested the unstake.