Avalanche SDK Client
    Preparing search index...

    Type Alias GetAllBalancesReturnType

    The return type for the avm.getAllBalances method.

    type GetAllBalancesReturnType = {
        balances: { assetID: string; balance: bigint }[];
    }
    Index

    Properties

    Properties

    balances: { assetID: string; balance: bigint }[]

    The balances.

    Type declaration

    • assetID: string

      The asset ID.

    • balance: bigint

      The balance.