Skip to main content Link Menu Expand (external link) Document Search Copy Copied

MintNftAlgorandKMS

Model getters

Method name Return type Description Notes
getChain() string The blockchain to work with
Example: ALGO
 
getUrl() string The URL pointing to the NFT metadata; for more information, see EIP-721
Example: https://my_token_data.com
 
getName() string The name of the NFT
Example: My Crazy NFT
 
getFrom() string The address of the minting account
Example: TMETT6BXL3QUH7AH5TS6IONU7LVTLKIGG54CFCNPMQXWGRIZFIESZBYWP4
 
getSignatureId() string The KMS identifier of the private key of the minting account; the transaction fee will be paid from this account
Example: 26d3883e-4e17-48b3-a0ee-09a3e484ac83
 
getAttr() \Tatum\Model\MintNftExpressAlgorandAttr
Example: null
[optional]