pub fn event_asset_update_count(ledger_id: LedgerId) -> u64
Expand description

Retrieves the count of AssetUpdate events.

§Parameters

  • ledger_id: Id of the ledger.

§Result

Count of AssetUpdate events.

§Sample request

LEDGER_ID=1

dfx canister call coreledger_backend event_asset_update_count "($LEDGER_ID)"

§Sample response

(6 : nat64)