onflow / freshmint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Token vault path should be a parameter in claim NFT transaction

psiemens opened this issue · comments

The current claim_nft.cdc template is hard-coded to use FLOW as the payment method. It won't work for users who can to sell NFTs with another token type.

The transaction should be updated to accept any arbitrary token type. This can likely be done by just pathing in a vault storage path as a parameter.