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

TransferXlmBlockchainAsset

Model getters

Method name Return type Description Notes
getFromAccount() string Blockchain account to send assets from
Example: GBRPYHIL2CI3FNQ4BXLFMNDLFJUNPU2HY3ZMFSHONUCEOASW7QC7OX2H
 
getTo() string Blockchain address to send assets
Example: GBRPYHIL2CI3FNQ4BXLFMNDLFJUNPU2HY3ZMFSHONUCEOASW7QC7OX2H
 
getAmount() string Amount to be sent, in XLM.
Example: 10000
 
getFromSecret() string Secret for account. Secret, or signature Id must be present.
Example: SCVVKNLBHOWBNJYHD3CNROOA2P3K35I5GNTYUHLLMUHMHWQYNEI7LVED
 
getInitialize() bool Set to true, if the destination address is not yet initialized and should be funded for the first time.
Example: false
[optional] [default to false]
getToken() string Asset name. If not defined, transaction is being sent in native XLM asset.
Example: TOKEN123
 
getIssuerAccount() string Blockchain address of the issuer of the assets to send, if not native XLM asset.
Example: GC5LAVZ5UPLIFDH6SI33PNVL5TKWA4ODXTI3WEF5JM6LRM5MNGVJ56TT
 
getMessage() string Short message to recipient. It can be either 28 characters long ASCII text, 64 characters long HEX string or uint64 number.
Example: 12355
[optional]