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
feat: add Family method to the Blockchain interface and implementations (#112)
This change introduces a new method, `Family`, to the `Blockchain`
interface and updates the chain implementations to return the family
name of the respective blockchain.
This allows for better identification of the family rather than relying
on the type of the chain itself.
The `ListChainSelectors` method is updated to use this method to
simplify it's implementation.
0 commit comments