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

    Interface StakeBalanceDynamicField

    Normalized dynamic-field record that stores a stake balance.

    interface StakeBalanceDynamicField {
        objectId: string;
        value: bigint;
    }
    Index
    objectId: string

    Object ID of the dynamic-field record.

    value: bigint

    Stored SUI or afSUI amount in the token's smallest unit.