TransferXlmBlockchainKMS
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 | |
getSignatureId() | string | Identifier of the secret associated in signing application. Secret, or signature Id must be present. Example: 26d3883e-4e17-48b3-a0ee-09a3e484ac83 | |
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] |
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] |