Skip to content

SignTransactionRequest

SignTransactionRequest: object

APIV1POSTTransactionSignRequest is the request for POST /v1/transaction/sign

Type declaration

public_key?

optional public_key: PublicKey

transaction?

optional transaction: string

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

wallet_handle_token?

optional wallet_handle_token: string

wallet_password?

optional wallet_password: string

Defined in

types.gen.ts:434