prosopo/provider

What does isInBlock mean?

Opened this issue · 0 comments

isInBlock / isFinalized are currently used to check if a tx has succeeded or not. These are used in an OR, which may be dangerous if they don't mean the tx has fully succeeded yet (e.g. isInBlock). Need to research both and work out differences and which to use, probably one or the other instead of OR