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

TransferXrpBlockchain

Model getters

Method name Return type Description Notes
getFromAccount() string XRP account address. Must be the one used for generating deposit tags.
Example: rPRxSZzTFd6Yez3UMxFUPJvnhUhjewpjfV
 
getTo() string Blockchain address to send assets
Example: rPRxSZzTFd6Yez3UMxFUPJvnhUhjewpjfV
 
getAmount() string Amount to be sent, in XRP.
Example: 10000
 
getFromSecret() string Secret for account. Secret, or signature Id must be present.
Example: snSFTHdvSYQKKkYntvEt8cnmZuPJB
 
getFee() string Fee to be paid, in XRP. If omitted, current fee will be calculated.
Example: 10000
[optional]
getSourceTag() int Source tag of sender account, if any.
Example: 12355
[optional]
getDestinationTag() int Destination tag of recipient account, if any.
Example: 12355
[optional]