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

TransferTron

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]
getFromPrivateKey() string Private key of sender address. Either mnemonic and index, privateKey or signature Id must be present - depends on the type of account and xpub.
Example: e75d702ce00987633f8009fbb1eabb5b187cb5b50fe9179a8d6cee6bab076b66
 
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]
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]