Type alias WrappedTokens

WrappedTokens: {
    erc1155Tokens: ERC1155Wrappable[];
    erc20Tokens: ERC20Wrappable[];
    erc721Tokens: ERC721Wrappable[];
}

Output for the contents of a bundle wrapped token

Type declaration

Generated using TypeDoc