bitcoind.app
CommandsGuidesContact ↗
Home/Signer/enumeratesigners
Signer

enumeratesigners

Returns a list of external signers from -signer.

Returns

objectObject with signers array

Code Examples

curl --user myuser --data-binary '{"jsonrpc":"1.0","id":"1","method":"enumeratesigners","params":[]}' -H 'content-type:text/plain;' http://127.0.0.1:8332/

Example Response

{
  "signers": [
    {
      "fingerprint": "d34db33f",
      "name": "Ledger Nano S"
    }
  ]
}
← Previous
walletprocesspsbt
Next →
getdeploymentinfo

bitcoind.app — Bitcoin Core RPC Reference

GuidesContact ↗