Skip to main content

WrappedTokens type

Output for the contents of a bundle wrapped token

Signature:

export declare type WrappedTokens = {
erc20Tokens: ERC20Wrappable[];
erc721Tokens: ERC721Wrappable[];
erc1155Tokens: ERC1155Wrappable[];
};

References: ERC20Wrappable, ERC721Wrappable, ERC1155Wrappable