Skip to content

$APIV1POSTTransactionSignResponse

const $APIV1POSTTransactionSignResponse: object

Type declaration

description

readonly description: “APIV1POSTTransactionSignResponse is the response to `POST /v1/transaction/sign`\nfriendly:SignTransactionResponse ”

properties

readonly properties: object

properties.error

readonly properties.error: object

properties.error.type

readonly properties.error.type: "boolean" = 'boolean'

properties.error.x-go-name

readonly properties.error.x-go-name: "Error" = 'Error'

properties.message

readonly properties.message: object

properties.message.type

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

properties.message.x-go-name

readonly properties.message.x-go-name: "Message" = 'Message'

properties.signed_transaction

readonly properties.signed_transaction: object

properties.signed_transaction.format

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

properties.signed_transaction.type

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

properties.signed_transaction.x-go-name

readonly properties.signed_transaction.x-go-name: "SignedTransaction" = 'SignedTransaction'

type

readonly type: "object" = 'object'

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:312