SignTransactionRequest
SignTransactionRequest:
object
APIV1POSTTransactionSignRequest is the request for POST /v1/transaction/sign
Type declaration
public_key?
optionalpublic_key:PublicKey
transaction?
optionaltransaction: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?
optionalwallet_handle_token:string
wallet_password?
optionalwallet_password:string
Defined in
types.gen.ts:434