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

    Interface SupplyFieldsOnChain

    The Move fields stored in a balance::Supply value.

    interface SupplyFieldsOnChain {
        value: string;
    }
    Index
    value: string

    The supply value, serialized as a decimal string.