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

DeployNftTron

Model getters

Method name Return type Description Notes
getChain() string The blockchain to work with
Example: TRON
 
getName() string Name of the NFT token
Example: My ERC721
 
getSymbol() string Symbol of the NFT token
Example: ERC_SYMBOL
 
getFromPrivateKey() string Private key of account address, from which gas for deployment of ERC721 will be paid. Private key, or signature Id must be present.
Example: 842E09EB40D8175979EFB0071B28163E11AED0F14BDD84090A4CEFB936EF5701
 
getFeeLimit() float The maximum amount to be paid as the transaction fee (in TRX); deployment of a smart contract on TRON costs around 580 TRX
Example: 600