Avalanche SDK Client
    Preparing search index...

    Type Alias GetBalanceReturnType

    The return type for the avm.getBalance method.

    type GetBalanceReturnType = {
        balance: bigint;
        utxoIDs: { outputIndex: number; txID: string }[];
    }
    Index

    Properties

    Properties

    balance: bigint

    The balance.

    utxoIDs: { outputIndex: number; txID: string }[]

    The UTXO IDs.

    Type declaration

    • outputIndex: number

      The output index.

    • txID: string

      The transaction ID.