Function coreledger_backend::event_limit_consumed_count
pub fn event_limit_consumed_count(contract_id: ContractId) -> u64
Expand description
Retrieves the count of LimitConsumed
events.
§Parameters
contract_id
: Id of the controller contract.
§Result
Count of LimitConsumed
events.
§Sample request
CONTRACT_ID=1_376_994_832_725_996_537_612_682_825_051_864_610_558_585_037_795
dfx canister call coreledger_backend event_limit_consumed_count "($CONTRACT_ID)"
§Sample response
(0 : nat64)