dedotdev / dedot

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

breaking: TransactionEvent -> TxStatus #185

Closed sinzii closed 1 month ago

sinzii commented 1 month ago

I find it a bit weird using the name TransactionEvent while we still using the field status in ISubmittableResult for this type. So I decided to go with TxStatus since TransactionStatus are already exist to prevent people confusing if there're 2 types with the same name or so.