$SignProgramMultisigRequest
const
$SignProgramMultisigRequest:object
Type declaration
description
readonly
description: “APIV1POSTMultisigProgramSignRequest is the request for `POST /v1/multisig/signprogram`” ='APIV1POSTMultisigProgramSignRequest is the request for
POST /v1/multisig/signprogram'
properties
readonly
properties:object
properties.address
readonly
properties.address:object
properties.address.type
readonly
properties.address.type:"string"
='string'
properties.address.x-go-name
readonly
properties.address.x-go-name:"Address"
='Address'
properties.data
readonly
properties.data:object
properties.data.format
readonly
properties.data.format:"byte"
='byte'
properties.data.type
readonly
properties.data.type:"string"
='string'
properties.data.x-go-name
readonly
properties.data.x-go-name:"Program"
='Program'
properties.partial_multisig
readonly
properties.partial_multisig:object
properties.partial_multisig.$ref
readonly
properties.partial_multisig.$ref:"#/definitions/MultisigSig"
='#/definitions/MultisigSig'
properties.public_key
readonly
properties.public_key:object
properties.public_key.$ref
readonly
properties.public_key.$ref:"#/definitions/PublicKey"
='#/definitions/PublicKey'
properties.wallet_handle_token
readonly
properties.wallet_handle_token:object
properties.wallet_handle_token.type
readonly
properties.wallet_handle_token.type:"string"
='string'
properties.wallet_handle_token.x-go-name
readonly
properties.wallet_handle_token.x-go-name:"WalletHandleToken"
='WalletHandleToken'
properties.wallet_password
readonly
properties.wallet_password:object
properties.wallet_password.type
readonly
properties.wallet_password.type:"string"
='string'
properties.wallet_password.x-go-name
readonly
properties.wallet_password.x-go-name:"WalletPassword"
='WalletPassword'
type
readonly
type:"object"
='object'
x-go-name
readonly
x-go-name:"APIV1POSTMultisigProgramSignRequest"
='APIV1POSTMultisigProgramSignRequest'
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:884