addmultisigaddress - Pastel RPC

addmultisigaddress nrequired ["key",...] ( "account" )

Add a nrequired-to-sign multisignature address to the wallet.
Each key is a Pastel address or hex-encoded public key.
If 'account' is specified (DEPRECATED), assign address to that account.

Arguments:
1. nrequired        (numeric, required) The number of required signatures out of the n keys or addresses.
2. "keysobject"   (string, required) A json array of Pastel addresses or hex-encoded public keys
     [
       "address"  (string) Pastel address or hex-encoded public key
       ...,
     ]
3. "account"      (string, optional) DEPRECATED. If provided, MUST be set to the empty string "" to represent the default account. Passing any other string will result in an error.

Result:
"zcashaddress"  (string) A Pastel address associated with the keys.

Examples:

Add a multisig address from 2 addresses
> pastel-cli addmultisigaddress 2 "[\"PtczsZ91Bt3oDPDQotzUsrx1wjmsFVgf28n\",\"PtczsZ91Bt3oDPDQotzUsrx1wjmsFVgf28n\"]"

As json rpc call
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "addmultisigaddress", "params": [2, "[\"PtczsZ91Bt3oDPDQotzUsrx1wjmsFVgf28n\",\"PtczsZ91Bt3oDPDQotzUsrx1wjmsFVgf28n\"]"] }' -H 'content-type: text/plain;' http://127.0.0.1:9932/


Maintained by Pastel Network; license of the docs is MIT (see pastel repo)

Generated from a mainnet node

Addressindex