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