Type alias TokenAddress

TokenAddress: {
    contract: ContractAddress.Type;
    id: TokenId;
}

A Token Address, that contains both a Contract Address and the unique CIS-2 Token ID.

Type declaration

Generated using TypeDoc