Skip to main content
The dynamic_fee_sharing program emits Anchor events through event CPI. Indexers should decode these events from Dynamic Fee Sharing program logs and join them with FeeVault account reads when current aggregate state is needed.

Events

Event Details

EvtInitializeFeeVault

EvtFundFee

fund_by_claiming_fee emits EvtFundFee only when the downstream invocation increases the fee vault token balance by more than zero.

EvtClaimFee

claim_fee emits EvtClaimFee only when the computed claim amount is greater than zero.

Indexing Notes