TokensToWrap
Input for wrapping any number of tokens
type TokensToWrap = {
erc1155Tokens?: ERC1155Wrappable[];
erc20Tokens?: ERC20Wrappable[];
erc721Tokens?: ERC721Wrappable[];
};
Input for wrapping any number of tokens
type TokensToWrap = {
erc1155Tokens?: ERC1155Wrappable[];
erc20Tokens?: ERC20Wrappable[];
erc721Tokens?: ERC721Wrappable[];
};