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

MintNftAlgorand

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
 
getFromPrivateKey() string The private key of the minting account; the transaction fee will be paid from this account
Example: EPD5VYFGXWNZ2PY4AQNPD3E3LMAXISKNMGR4IJ44YI74QL5AMNTAIJNQ6Q373RDANF2YERVFQY3C5CKK7VUJDJR4DT6EPP5HZQUPORQ
 
getAttr() \Tatum\Model\MintNftAlgorandAttr
Example: null
[optional]