pub fn event_pricing_changed_get(event_ix: u64) -> Option<PricingChanged>
Expand description

Retrieves the PricingChanged event.

§Parameters

  • event_ix: Canister-scoped event index.

§Result

PricingChanged data, null if not exist.

§Sample request

EVENT_IX=3

dfx canister call coreledger_backend event_pricing_changed_get "($EVENT_IX)"

§Sample response

( opt record {
  unique_asset_id = 77_156_266_017_731_438_122_811_719_681 : nat;
  new_fee_amount = 10 : nat;
  event_id = 1 : nat8;
})