Expand description
Transaction error decoding: map an ABCI (code, codespace, raw_log) triple
to a typed QoreTxError with a human-readable reason, mirroring the
TS / Go SDKs.
Structs§
- Qore
TxError - A decoded transaction error: a non-zero ABCI result code from
CheckTxorDeliverTx, mapped (where possible) to a human-readable reason.
Functions§
- decode_
tx_ error - Maps an ABCI
(code, codespace, raw_log)triple to aQoreTxError.