SignTxnRequest
SignTxnRequest =
object
Defined in: packages/kmd_client/src/models/sign-txn-request.ts:7
The request for POST /v1/transaction/sign
Properties
Section titled “Properties”publicKey?
Section titled “publicKey?”
optionalpublicKey:Uint8Array
Defined in: packages/kmd_client/src/models/sign-txn-request.ts:8
transaction
Section titled “transaction”transaction:
Uint8Array
Defined in: packages/kmd_client/src/models/sign-txn-request.ts:16
Base64 encoding of msgpack encoding of a Transaction object
Note: SDK and goal usually generate SignedTxn objects
in that case, the field txn / Transaction of the
generated SignedTxn object needs to be used
walletHandleToken
Section titled “walletHandleToken”walletHandleToken:
string
Defined in: packages/kmd_client/src/models/sign-txn-request.ts:17
walletPassword?
Section titled “walletPassword?”
optionalwalletPassword:string
Defined in: packages/kmd_client/src/models/sign-txn-request.ts:18