Avalanche SDK Client
    Preparing search index...

    Type Alias GetBalanceParameters

    Parameters for the platform.getBalance method. Get the balance of AVAX controlled by a given address.

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

    Properties

    Properties

    addresses: string[]

    The addresses to get the balance of