lockunspent {disallowed} - Dash
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
- bool
Set to false to lock the outputs specified in the following parameter.
Set to true to unlock the outputs specified.
If this is the only argument specified and it is set to true, all outputs will be unlocked; if it is the only argument and is set to false, there will be no change.
Outputs
- array
Optional.
An array of outputs to lock or unlock.
Request
Response
Last updated