TxInfo returns the transaction associated with the current app instance (if any).
Could be used if you want to execute indirectly a function after the related app transaction completes using app.TxInfo().OnAfterFunc(callback).
app.TxInfo().OnAfterFunc(callback)
Generated using TypeDoc
TxInfo returns the transaction associated with the current app instance (if any).
Could be used if you want to execute indirectly a function after the related app transaction completes using
app.TxInfo().OnAfterFunc(callback)
.