Avalanche SDK Client
    Preparing search index...

    Type Alias GetBalanceParameters

    The parameters for the avm.getBalance method.

    type GetBalanceParameters = {
        address: string;
        assetID: string;
    }
    Index

    Properties

    Properties

    address: string

    The address to get the balance for.

    assetID: string

    The asset ID.