entropyxyz / sdk

Official JavaScript SDK for Entropy blockchain.
GNU Affero General Public License v3.0
7 stars 0 forks source link

"No Magic Strings" for Event names #361

Open mixmix opened 1 month ago

mixmix commented 1 month ago

If we're using event emitters in keyring:

mixmix commented 1 month ago

e.g.

export const ACCOUNT_UPDATE = 'account-update'
/* this is emitted when.... */
export const ACCOUNT_CREATE = 'account-create'