listlockunspent

See the lockunspent call to lock and unlock transactions for spending.

Argument: none

Result

  [                      (json array)
    {                    (json object)
      "txid" : "hex",    (string) The transaction id locked
      "vout" : n         (numeric) The vout value
    },
    ...
  ]