lockunspent {disallowed} - Zcash
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
Whether to unlock (true) or lock (false) the specified transactions
transactions
- string
A json array of objects. Each object has txid (string) and vout (numeric).
Request
Response
Last updated