$APIV1POSTProgramSignResponse
const
$APIV1POSTProgramSignResponse:object
Type declaration
description
readonly
description: “APIV1POSTProgramSignResponse is the response to `POST /v1/data/sign`\nfriendly:SignProgramResponse ”
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.sig
readonly
properties.sig:object
properties.sig.format
readonly
properties.sig.format:"byte"
='byte'
properties.sig.type
readonly
properties.sig.type:"string"
='string'
properties.sig.x-go-name
readonly
properties.sig.x-go-name:"Signature"
='Signature'
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:290