lockunspent {disallowed} - Bitcoin Cash
Example code for the lockunspent {disallowed} json-rpc method. Сomplete guide on how to use lockunspent {disallowed} json-rpc in GetBlock.io Web3 documentation.
Parameters
unlock
- boolean, required
Whether to unlock (true) or lock (false) the specified transactions
transactions
- json array, optional, default=empty array
The transaction outputs and within each, the txid (string) vout (numeric).
Request
Response
Last updated