Type alias ERC1155Wrappable

ERC1155Wrappable: {
    contractAddress: string;
    quantity: Amount;
    tokenId: BigNumberish;
}

Represents a certain amount of ERC1155 NFTs that can be wrapped

Type declaration

  • contractAddress: string
  • quantity: Amount
  • tokenId: BigNumberish

Generated using TypeDoc