Returns the number of record commitments that are stored on the full node. ### Protected Endpoint Yes ### Arguments `None` ### Response | Parameter | Type | Description | |:---------:|:------:|:--------------------------------------- | | `result` | number | The number of stored record commitments | ### Example ```ignore curl --user username:password --data-binary '{"jsonrpc": "2.0", "id":"documentation", "method": "getrecordcommitmentcount", "params": [] }' -H 'content-type: application/json' http://127.0.0.1:3030/ ```