You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
supplycommit: add MintCommitter and BurnSupplyCommitter interfaces
This commit extends the MultiStateMachineManager to implement the
MintCommitter and BurnSupplyCommitter interfaces. These new methods
provide a type-safe way to send mint and burn events to the supply
commitment state machines.
The SendMintEvent method accepts universe-specific types for minting
operations, while SendBurnEvent handles burn leaf submissions. Both
methods internally construct the appropriate event types and delegate
to the existing SendEvent infrastructure, maintaining consistency with
the state machine architecture.
0 commit comments