MinaFoundation / mina-fungible-token

https://minafoundation.github.io/mina-fungible-token/
Apache License 2.0
18 stars 8 forks source link

Wrap admin public key in an event type when changing the admin key #69

Closed kantp closed 3 months ago

kantp commented 3 months ago

FungibleToken.events.SetAdmin: A raw PublicKey is used as the event type for setting an admin. This follows a different pattern than the other events, which each define a custom event type. Further, if the admin event is changed in the future, this will make future changes more invasive.