NFTStandardUpdate
Hierarchy
- unknown
- NFTStandardUpdate
Implements
Index
Constructors
constructor
Returns NFTStandardUpdate
Properties
admin
The public key of the contract's administrator.
Methods
canUpdate
deploy
Deploys the contract with initial settings.
Parameters
props: NFTUpdateDeployProps
Deployment properties including admin, upgradeAuthority, uri, canPause, and isPaused.
Returns Promise<void>
ensureOwnerSignature
Ensures that the transaction is authorized by the contract owner.
Returns Promise<AccountUpdate>
A signed
AccountUpdate
from the admin.
The NFTStandardUpdate contract is the default implementation of the
NFTUpdateBase
interface.