ERC721Item

interface ERC721Item {
    type: Erc721;
    contract_address: string;
    token_id: string;
}

Properties

type: Erc721

Token type user is offering, which in this case is ERC721

ERC721Item

contract_address: string

Address of ERC721 token

ERC721Item

token_id: string

ID of ERC721 token

ERC721Item