$ImportMultisigRequest
const$ImportMultisigRequest:object
Type declaration
description
readonlydescription: “APIV1POSTMultisigImportRequest is the request for `POST /v1/multisig/import`” ='APIV1POSTMultisigImportRequest is the request forPOST /v1/multisig/import'
properties
readonlyproperties:object
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'
properties.wallet_handle_token
readonlyproperties.wallet_handle_token:object
properties.wallet_handle_token.type
readonlyproperties.wallet_handle_token.type:"string"='string'
properties.wallet_handle_token.x-go-name
readonlyproperties.wallet_handle_token.x-go-name:"WalletHandleToken"='WalletHandleToken'
type
readonlytype:"object"='object'
x-go-name
readonlyx-go-name:"APIV1POSTMultisigImportRequest"='APIV1POSTMultisigImportRequest'
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:669