district0x / re-frame-web3-fx

⚠️ This code now resides at d0x monorepo

Home Page:https://github.com/district0x/d0x-libs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

on-success-n

mudgen opened this issue · comments

The addition of these is great:

:on-tx-hash-n
:on-tx-hash-error-n
:on-tx-success-n
:on-tx-error-n
:on-tx-receipt-n

Can you also add :on-success-n and on-error-n ?

They would be put to good use.

:on-tx-success-n and :on-tx-error-n probably does what you looking for

They do not work for calling read functions on contracts. Those work for transactions that modify state. They do not work for calls on contracts that only read. What is need is on-success-n.

ah I see, I misunderstood