Skip to content

$APIV1POSTMultisigExportResponse

const $APIV1POSTMultisigExportResponse: object

Type declaration

description

readonly description: “APIV1POSTMultisigExportResponse is the response to `POST /v1/multisig/export`\nfriendly:ExportMultisigResponse ”

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.multisig_version

readonly properties.multisig_version: object

properties.multisig_version.format

readonly properties.multisig_version.format: "uint8" = 'uint8'

properties.multisig_version.type

readonly properties.multisig_version.type: "integer" = 'integer'

properties.multisig_version.x-go-name

readonly properties.multisig_version.x-go-name: "Version" = 'Version'

properties.pks

readonly properties.pks: object

properties.pks.items

readonly properties.pks.items: object

properties.pks.items.$ref

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

properties.pks.type

readonly properties.pks.type: "array" = 'array'

properties.pks.x-go-name

readonly properties.pks.x-go-name: "PKs" = 'PKs'

properties.threshold

readonly properties.threshold: object

properties.threshold.format

readonly properties.threshold.format: "uint8" = 'uint8'

properties.threshold.type

readonly properties.threshold.type: "integer" = 'integer'

properties.threshold.x-go-name

readonly properties.threshold.x-go-name: "Threshold" = 'Threshold'

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