Skip to content

$SignMultisigRequest

const $SignMultisigRequest: object

Type declaration

description

readonly description: “APIV1POSTMultisigTransactionSignRequest is the request for `POST /v1/multisig/sign`” = 'APIV1POSTMultisigTransactionSignRequest is the request for POST /v1/multisig/sign'

properties

readonly properties: object

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

readonly properties.signer: object

properties.signer.$ref

readonly properties.signer.$ref: "#/definitions/Digest" = '#/definitions/Digest'

properties.transaction

readonly properties.transaction: object

properties.transaction.format

readonly properties.transaction.format: "byte" = 'byte'

properties.transaction.type

readonly properties.transaction.type: "string" = 'string'

properties.transaction.x-go-name

readonly properties.transaction.x-go-name: "Transaction" = 'Transaction'

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: "APIV1POSTMultisigTransactionSignRequest" = 'APIV1POSTMultisigTransactionSignRequest'

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