pub fn event_amendment_update_count(ledger_id: LedgerId) -> u64
Expand description
Retrieves the count of AmendmentUpdate
events.
§Parameters
ledger_id
: Id of the ledger.
§Result
Count of AmendmentUpdate
events.
§Sample request
LEDGER_ID=1
dfx canister call coreledger_backend event_amendment_update_count "($LEDGER_ID)"
§Sample response