DeployAlgoErc20OffchainMnemonicAddress
Model getters
Method name | Return type | Description | Notes |
---|---|---|---|
getSymbol() | string | The name of the token; used as an identifier within the Tatum platform and as a currency symbol on the blockchain Example: MY_TOKEN | |
getSupply() | string | The supply of the token Example: 10000000 | |
getDescription() | string | The description of the token; used as a description within the Tatum platform and as a currency name on the blockchain Example: My Public Token | |
getAddress() | string | The blockchain address to be assigned to the virtual account as a deposit address Example: NTAESFCB3WOD7SAOL42KSPVARLB3JFA3MNX3AESWHYVT2RMYDVZI6YLG4Y | |
getMnemonic() | string | The mnemonic to generate the private key for the blockchain address from which the fee for deploying the smart contract will be deducted; is used together with the derivation index of this address Example: artist alarm clerk obscure timber firm reopen provide ankle vicious exhibit waste math toilet believe puppy lucky coast post kind black suspect mule able market | |
getIndex() | int | The derivation index of the blockchain address from which the fee for deploying the smart contract will be deducted; is used together with the mnemonic to generate the private key for this address Example: 0 | |
getBasePair() | string | The base pair for the virtual currency that represents the token; used to calculate the value of a transaction Example: EUR | |
getBaseRate() | float | The exchange rate for the base pair; one unit of the created virtual currency equals 1 unit of basePair *baseRate Example: 1 | [optional] [default to 1] |
getCustomer() | \Tatum\Model\CustomerRegistration | Example: null | [optional] |