Type alias BalanceOfQuery

BalanceOfQuery: {
    address: CIS2.Address;
    tokenId: HexString;
}

Data needed for CIS-2 "balanceOf" query.

Type declaration

  • address: CIS2.Address

    The address to query balance for

  • tokenId: HexString

    The ID of the token to query

Generated using TypeDoc