ChainTransferCeloErc20TokenKMS
Model getters
Method name | Return type | Description | Notes |
---|---|---|---|
getChain() | string | The blockchain to work with Example: CELO | |
getTo() | string | The blockchain address to send the fungible tokens to Example: 0x687422eEA2cB73B5d3e242bA5456b782919AFc85 | |
getContractAddress() | string | The blockchain address of the fungible token smart contract Example: 0x687422eEA2cB73B5d3e242bA5456b782919AFc85 | |
getAmount() | string | The amount of the fungible tokens to be sent Example: 100000 | |
getDigits() | float | The number of decimal places that the fungible tokens have; to find out how many decimal places are used in the fungible tokens, check out the smart contract Example: 18 | |
getSignatureId() | string | The KMS identifier of the private key of the blockchain address from which the fee will be deducted Example: 26d3883e-4e17-48b3-a0ee-09a3e484ac83 | |
getNonce() | float | The nonce to be set to the transaction; if not present, the last known nonce will be used Example: null | [optional] |
getFeeCurrency() | string | The currency in which the transaction fee will be paid Example: null |