$APIV1POSTMultisigExportResponse
const$APIV1POSTMultisigExportResponse:object
Type declaration
description
readonlydescription: “APIV1POSTMultisigExportResponse is the response to `POST /v1/multisig/export`\nfriendly:ExportMultisigResponse ”
properties
readonlyproperties:object
properties.error
readonlyproperties.error:object
properties.error.type
readonlyproperties.error.type:"boolean"='boolean'
properties.error.x-go-name
readonlyproperties.error.x-go-name:"Error"='Error'
properties.message
readonlyproperties.message:object
properties.message.type
readonlyproperties.message.type:"string"='string'
properties.message.x-go-name
readonlyproperties.message.x-go-name:"Message"='Message'
properties.multisig_version
readonlyproperties.multisig_version:object
properties.multisig_version.format
readonlyproperties.multisig_version.format:"uint8"='uint8'
properties.multisig_version.type
readonlyproperties.multisig_version.type:"integer"='integer'
properties.multisig_version.x-go-name
readonlyproperties.multisig_version.x-go-name:"Version"='Version'
properties.pks
readonlyproperties.pks:object
properties.pks.items
readonlyproperties.pks.items:object
properties.pks.items.$ref
readonlyproperties.pks.items.$ref:"#/definitions/PublicKey"='#/definitions/PublicKey'
properties.pks.type
readonlyproperties.pks.type:"array"='array'
properties.pks.x-go-name
readonlyproperties.pks.x-go-name:"PKs"='PKs'
properties.threshold
readonlyproperties.threshold:object
properties.threshold.format
readonlyproperties.threshold.format:"uint8"='uint8'
properties.threshold.type
readonlyproperties.threshold.type:"integer"='integer'
properties.threshold.x-go-name
readonlyproperties.threshold.x-go-name:"Threshold"='Threshold'
type
readonlytype:"object"='object'
x-go-package
readonlyx-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:167