Avalanche SDK Client
    Preparing search index...

    Type Alias GetAllBalancesParameters

    The parameters for the avm.getAllBalances method.

    type GetAllBalancesParameters = {
        addresses: string[];
    }
    Index

    Properties

    Properties

    addresses: string[]

    The addresses to get balances for.