dedotdev / dedot

Delightful JavaScript client for Polkadot & Substrate
https://dedot.dev
Apache License 2.0
30 stars 4 forks source link

fix: remove generic over TxStatus #198

Closed sinzii closed 1 month ago

sinzii commented 1 month ago

Follow up on #184 & #185

Since we're using the same interface for transaction status, it's make sense to remove the generic over TxStatus now.