TransferTronMnemonic
Model getters
Method name | Return type | Description | Notes |
---|---|---|---|
getAddress() | string | Blockchain address to send assets Example: TVAEYCmc15awaDRAjUZ1kvcHwQQaoPw2CW | |
getAmount() | string | Amount to be sent in Tron. Example: 100000 | |
getCompliant() | bool | Compliance check, if withdrawal is not compliant, it will not be processed. Example: false | [optional] |
getFee() | string | Fee to be submitted as a transaction fee to blockchain. If none is set, default value of 2.5 TRX is used. Example: 2.5 | [optional] |
getIndex() | int | Derivation index of sender address. Example: 0 | |
getMnemonic() | string | Mnemonic to generate private key for sender address. Either mnemonic and index, privateKey or signature Id must be present - depends on the type of account and xpub. Example: urge pulp usage sister evidence arrest palm math please chief egg abuse | |
getPaymentId() | string | Identifier of the payment, shown for created Transaction within Tatum sender account. Example: 1234 | [optional] |
getSenderAccountId() | string | Sender account ID Example: 5e68c66581f2ee32bc354087 | |
getSenderNote() | string | Note visible to owner of withdrawing account Example: Sender note | [optional] |