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

DeployErc721

Model getters

Method name Return type Description Notes
getName() string Name of the ERC721 token
Example: My ERC721
 
getSymbol() string Symbol of the ERC721 token
Example: ERC_SYMBOL
 
getFromPrivateKey() string Private key of Ethereum account address, from which gas for deployment of ERC721 will be paid. Private key, or signature Id must be present.
Example: 0x05e150c73f1920ec14caa1e0b6aa09940899678051a78542840c2668ce5080c2
 
getNonce() float The nonce to be set to the transaction; if not present, the last known nonce will be used
Example: null
[optional]
getFee() \Tatum\Model\DeployErc20Fee
Example: null
[optional]