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

    Raw parsed fields in a liquid-staking event.

    interface StakedEventOnChainFields {
        afsui_amount: string;
        afsui_id: string;
        epoch: string;
        is_restaked: boolean;
        referrer: string | null;
        staked_sui_id: string;
        staker: string;
        sui_amount: string;
        sui_id: string;
        validator: string;
        validator_fee: string;
    }
    Index
    afsui_amount: string

    afSUI amount issued, as a raw decimal string.

    afsui_id: string

    afSUI coin object ID issued by the stake.

    epoch: string

    Protocol epoch in which the stake occurred.

    is_restaked: boolean

    Whether the operation restaked an existing native stake.

    referrer: string | null

    Referrer address, or null when no referrer was supplied.

    staked_sui_id: string

    Native staked SUI object ID created by the stake.

    staker: string

    Address that performed the stake.

    sui_amount: string

    SUI amount staked, as a raw decimal string.

    sui_id: string

    SUI coin object ID consumed by the stake.

    validator: string

    Validator address that received the stake.

    validator_fee: string

    Validator fee in the 1e18 fixed-point scale.