The freezeTokenPayment guard allows minting frozen NFTs by charging the payer a specific amount of tokens from a certain mint acount. Frozen NFTs cannot be transferred or listed on any marketplaces until thawed.

The funds are transferred to a freeze escrow until all NFTs are thaw, at which point, they can be transferred (unlocked) to the configured destination account.

See

FreezeTokenPaymentRouteArgs to learn more about the instructions that can be executed against this guard.

Generated using TypeDoc