Creates new AptosToken instance
Provider instance
Readonly
providerPrivate
Readonly
tokenAdd token property
The hash of the transaction submitted to the API
Creator account
Token address
Optional
tokenType: stringOptional
extraArgs: OptionalTransactionArgsOptional
tokenType: stringOptional
extraArgs: OptionalTransactionArgsBurn a token by its creator
The hash of the transaction submitted to the API
Creator account
Token address
Optional
tokenType: stringOptional
extraArgs: OptionalTransactionArgsCreates a new collection within the specified account
The hash of the transaction submitted to the API
AptosAccount where collection will be created
Collection description
Collection name
URL to additional info about collection
Optional
options: CreateCollectionOptionsCreateCollectionOptions type. By default all values set to true
or 0
Optional
extraArgs: OptionalTransactionArgsFreeze token transfer ability
The hash of the transaction submitted to the API
Creator account
Token address
Optional
tokenType: stringOptional
extraArgs: OptionalTransactionArgsMint a new token within the specified account
The hash of the transaction submitted to the API
AptosAccount where token will be created
Name of collection, that token belongs to
Token description
Token name
URL to additional info about token
the property keys for storing on-chain properties
the type of property values
the property values to be stored on-chain
Optional
extraArgs: OptionalTransactionArgsMint a soul bound token into a recipient's account
The hash of the transaction submitted to the API
AptosAccount that mints the token
Name of collection, that token belongs to
Token description
Token name
URL to additional info about token
AptosAccount where token will be created
the property keys for storing on-chain properties
the type of property values
the property values to be stored on-chain
Optional
extraArgs: OptionalTransactionArgsRemove token property
The hash of the transaction submitted to the API
Creator account
Token address
Optional
tokenType: stringOptional
extraArgs: OptionalTransactionArgsSet token description
The hash of the transaction submitted to the API
Creator account
Token address
Token description
Optional
tokenType: stringOptional
extraArgs: OptionalTransactionArgsSet token name
The hash of the transaction submitted to the API
Creator account
Token address
Token name
Optional
tokenType: stringOptional
extraArgs: OptionalTransactionArgsSet token URI
The hash of the transaction submitted to the API
Creator account
Token address
Token uri
Optional
tokenType: stringOptional
extraArgs: OptionalTransactionArgsPrivate
submitOptional
extraArgs: OptionalTransactionArgsTransfer a token ownership. We can transfer a token only when the token is not frozen (i.e. owner transfer is not disabled such as for soul bound tokens)
The hash of the transaction submitted to the API
The account of the current token owner
Token address
Recipient address
Optional
tokenType: stringOptional
extraArgs: OptionalTransactionArgsUnfreeze token transfer ability
The hash of the transaction submitted to the API
Creator account
Token address
Optional
tokenType: stringOptional
extraArgs: OptionalTransactionArgsUpdate token property
The hash of the transaction submitted to the API
Creator account
Token address
Optional
tokenType: stringOptional
extraArgs: OptionalTransactionArgsOptional
tokenType: stringOptional
extraArgs: OptionalTransactionArgsGenerated using TypeDoc
Class for managing aptos_token