DeployMultiToken
Model getters
Method name | Return type | Description | Notes |
---|---|---|---|
getChain() | string | Chain to work with. Example: ETH | |
getUri() | string | URI of the Multi Token token Example: example.com | |
getFromPrivateKey() | string | Private key of account address, from which gas for deployment of ERC1155 will be paid. Private key, or signature Id must be present. Example: 0x05e150c73f1920ec14caa1e0b6aa09940899678051a78542840c2668ce5080c2 | |
getPublicMint() | bool | True if the contract is publicMint type Example: true | [optional] |
getNonce() | float | Nonce to be set to transaction. If not present, last known nonce will be used. Example: null | [optional] |
getFee() | \Tatum\Model\DeployErc20Fee | Example: null | [optional] |