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