TransferAlgorandBlockchainKMS
Model getters
Method name | Return type | Description | Notes |
---|---|---|---|
getFrom() | string | The blockchain address of the sender Example: TMETT6BXL3QUH7AH5TS6IONU7LVTLKIGG54CFCNPMQXWGRIZFIESZBYWP4 | |
getTo() | string | The blockchain address of the recipient Example: NTAESFCB3WOD7SAOL42KSPVARLB3JFA3MNX3AESWHYVT2RMYDVZI6YLG4Y | |
getFee() | string | The transaction fee in Algos Example: 0.001 | |
getAmount() | string | The amount to send in Algos Example: 1 | |
getNote() | string | The note for the recipient; must not contain spaces Example: Helloworld | [optional] |
getIndex() | float | If signatureId is mnemonic-based, this is the index to the specific address from that mnemonic. Example: null | [optional] |
getSignatureId() | string | Identifier of the private key associated in signing application. Private key, or signature Id must be present. Example: 26d3883e-4e17-48b3-a0ee-09a3e484ac83 |