GenerateCustodialWalletBatchTronKMS
Model getters
| Method name | Return type | Description | Notes |
|---|---|---|---|
| getChain() | string | Blockchain to work with. Example: TRON | |
| getFrom() | string | Sender address. Example: TGXh2YJhfwchMGKuzfEJ27W1VEJRKnMdy9 | |
| 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 | |
| getIndex() | float | If signatureId is mnemonic-based, this is the index to the specific address from that mnemonic. Example: null | [optional] |
| getBatchCount() | float | Number of addresses to generate. Example: 50 | |
| getOwner() | string | Owner of the addresses. Example: TGXh2YJhfwchMGKuzfEJ27W1VEJRKnMdy9 | |
| getFeeLimit() | float | Fee limit to be set, in TRX Example: 100 |