Last updated 25 days ago
nrequired - numeric
nrequired
The number of required signatures out of the n keys or addresses.
keys - string
keys
A json array of keys which are Zcash addresses or hex-encoded public keys.
curl --location --request POST 'https://go.getblock.io/<ACCESS-TOKEN>/' \ --header 'Content-Type: application/json' \ --data-raw '{"jsonrpc": "2.0", "method": "createmultisig", "params": [null, null], "id": "getblock.io"}'
{ "result": "null", "id": "getblock.io", "status_code": 405, "message": "Method not allowed" }
Example code for the createmultisig {disallowed} json-rpc method. Сomplete guide on how to use createmultisig {disallowed} json-rpc in GetBlock.io Web3 documentation.