TrustLineXrpBlockchainKMS
Model getters
Method name | Return type | Description | Notes |
---|---|---|---|
getFromAccount() | string | XRP account address. Must be the one used for generating deposit tags. Example: rPRxSZzTFd6Yez3UMxFUPJvnhUhjewpjfV | |
getIssuerAccount() | string | Blockchain address of the issuer of the assets to create trust line for. Example: rsP3mgGb2tcYUrxiLFiHJiQXhsziegtwBc | |
getLimit() | string | Amount of the assets to be permitted to send over this trust line. 0 means deletion of the trust line. Example: 10000 | |
getToken() | string | Asset name. Must be 160bit HEX string, e.g. SHA1. Example: DA39A3EE5E6B4B0D3255BFEF95601890AFD80709 | |
getSignatureId() | string | Identifier of the secret associated in signing application. Secret, or signature Id must be present. Example: 26d3883e-4e17-48b3-a0ee-09a3e484ac83 | |
getFee() | string | Fee to be paid, in XRP. If omitted, current fee will be calculated. Example: 10000 | [optional] |