Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Commands/AddMultiSigAddress"

Index

Type aliases

AddMultiSigAddressResult

AddMultiSigAddressResult: any

Result of the addmultisigaddress command.

Functions

AddMultiSigAddress

  • Adds a new P2SH multisig address to the wallet.

    Parameters

    • requiredSignatures: number

      Minimum number of signatures required to spend the outputs sent to the address.

    • keys: string[]

      List of public keys (or addresses) that can be used to spend the outputs sent to the address.

    Returns AddMultiSigAddressRequest

    A JSON-RPC request for the addmultisigaddress command.

Generated using TypeDoc