Type alias Erc1155OwnershipConditionDetails

Erc1155OwnershipConditionDetails: {
    contract: NetworkAddressDetails;
    tokenIds: string[];
}

Type declaration

  • contract: NetworkAddressDetails

    The NFT contract address details.

  • tokenIds: string[]

    The list of token ids to verify ownership of.