Want to have multiple tokens in a single link? Have a look here how you can!
If you want a Link to hold multiple tokens (e.g. an NFT, some USDC and some Ether for gas), then you can create a Multi-Token Link. To do this, you'll have to first create n links with the same password p. Then, you can invoke peanut.createMultiLinkFromLinks(links)to get the Multi-Token Link. Easy!
Note: you can also create Links using the signer agnostic functions (check Create Link) and pass these Links into the createMultiLinkFromLinks() function.