FlowCustomTransactionKMS
Model getters
Method name | Return type | Description | Notes |
---|---|---|---|
getAccount() | string | Blockchain account to send from Example: 0x955cd3f17b2fd8ad | |
getTransaction() | string | Transaction string to send to the chain. Example: transaction(publicKey: String) { prepare(signer: AuthAccount) { signer.addPublicKey(publicKey.decodeHex()) }} | |
getArgs() | \Tatum\Model\FlowCustomTransactionPKArgsInner[] | Example: null | |
getSignatureId() | string | Identifier of the secret associated in signing application. Secret, 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] |