ActivityNFT

interface ActivityNFT {
    contract_type: NFTContractType;
    contract_address: string;
    token_id: string;
    amount: string;
}

Properties

contract_type: NFTContractType

ActivityNFT

contract_address: string

The token contract address

ActivityNFT

token_id: string

An uint256 token id as string

ActivityNFT

amount: string

(deprecated - will never be filled, use amount on Activity instead) The amount of tokens exchanged

ActivityNFT