Skip to content

$SignTransactionRequest

const $SignTransactionRequest: object

Type declaration

description

readonly description: “APIV1POSTTransactionSignRequest is the request for `POST /v1/transaction/sign`” = 'APIV1POSTTransactionSignRequest is the request for POST /v1/transaction/sign'

properties

readonly properties: object

properties.public_key

readonly properties.public_key: object

properties.public_key.$ref

readonly properties.public_key.$ref: "#/definitions/PublicKey" = '#/definitions/PublicKey'

properties.transaction

readonly properties.transaction: object

properties.transaction.description

readonly properties.transaction.description: “Base64 encoding of msgpack encoding of a `Transaction` object\nNote: SDK and goal usually generate `SignedTxn` objects\nin that case, the field `txn` / `Transaction` of the\ngenerated `SignedTxn` object needs to be used”

properties.transaction.format

readonly properties.transaction.format: "byte" = 'byte'

properties.transaction.type

readonly properties.transaction.type: "string" = 'string'

properties.transaction.x-go-name

readonly properties.transaction.x-go-name: "Transaction" = 'Transaction'

properties.wallet_handle_token

readonly properties.wallet_handle_token: object

properties.wallet_handle_token.type

readonly properties.wallet_handle_token.type: "string" = 'string'

properties.wallet_handle_token.x-go-name

readonly properties.wallet_handle_token.x-go-name: "WalletHandleToken" = 'WalletHandleToken'

properties.wallet_password

readonly properties.wallet_password: object

properties.wallet_password.type

readonly properties.wallet_password.type: "string" = 'string'

properties.wallet_password.x-go-name

readonly properties.wallet_password.x-go-name: "WalletPassword" = 'WalletPassword'

type

readonly type: "object" = 'object'

x-go-name

readonly x-go-name: "APIV1POSTTransactionSignRequest" = 'APIV1POSTTransactionSignRequest'

x-go-package

readonly x-go-package: "github.com/algorand/go-algorand/daemon/kmd/lib/kmdapi" = 'github.com/algorand/go-algorand/daemon/kmd/lib/kmdapi'

Defined in

schemas.gen.ts:942