# Functions
GenerateBorrowNFTScript creates a script that retrieves an NFT collection from storage and tries to borrow a reference for an NFT that it owns.
GenerateDestroyNFTScript creates a script that withdraws an NFT token from a collection and destroys it.
GenerateGetCollectionIDsScript creates a script that retrieves an NFT collection from storage and retrieves the NFT IDs that it owns.
GenerateGetCollectionLengthScript creates a script that retrieves an NFT collection from storage and tries to borrow a reference for an NFT that it owns.
GenerateGetNFTMetadataScript creates a script that returns the metadata for an NFT.
GenerateGetNFTViewScript creates a script that returns the rollup NFT View for an NFT.
GenerateMintNFTScript returns script that uses the admin resource to mint a new NFT and deposit it into a user's collection.
GenerateSetupAccountFromAddressScript returns a script that instantiates a new NFT collection instance for any NFT type, assuming that the sender knows the address and name of the NFT contract.
GenerateSetupAccountFromNftReferenceScript returns a script that instantiates a new NFT collection instance, saves the collection in storage, then stores a reference to the collection.
GenerateSetupAccountScript returns a script that instantiates a new NFT collection instance, saves the collection in storage, then stores a reference to the collection.
GenerateSetupAccountToReceiveRoyaltyScript returns a script that links a new royalty receiver interface.
No description provided by the author
GenerateTransferGenericNFTWithAddressScript returns a script that withdraws a generic NFT token from a collection and deposits it into another collection.
GenerateTransferGenericNFTWithPathsScript returns a script that withdraws a generic NFT token from a collection and deposits it into another collection.
GenerateTransferNFTScript returns a script that withdraws an NFT token from a collection and deposits it into another collection.