Documentation

    Interface GetAllBalancesParams

    Return the total coin balance for all coin type, owned by the address owner.

    interface GetAllBalancesParams {
        owner: string;
        signal?: AbortSignal;
    }
    Index

    Properties

    Properties

    owner: string

    the owner's Sui address

    signal?: AbortSignal
    MMNEPVFCICPMFPCPTTAAATR