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

TransferBnb

Model getters

Method name Return type Description Notes
getSenderAccountId() string Sender account ID
Example: 61b3bffddfb389cde19c73be
 
getAddress() string Blockchain address to send assets
Example: tbnb1q82g2h9q0kfe7sysnj5w7nlak92csfjztymp39
 
getAmount() string Amount to be sent, in BNB.
Example: 10000
 
getCompliant() bool Compliance check, if withdrawal is not compliant, it will not be processed.
Example: false
[optional]
getAttr() string Memo of the recipient account, if any.
Example: 12355
[optional]
getPaymentId() string Identifier of the payment, shown for created Transaction within Tatum sender account.
Example: 1234
[optional]
getFromPrivateKey() string Private key of sender address.
Example: 8ac4b14b38d8a5af58019088ce5a24b764536bccd1981cf79d3e09e9d1f2ad31
 
getSenderNote() string Note visible to owner of withdrawing account.
Example: Sender note
[optional]