Also support ChannelOffChainTx introspection in auth #290
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PR #223 implements tx introspection for on-chain txs, but does not support off-chain txs.
Since GA is supported also by State Channels, it makes sense not least for completeness that offchain txs can also be inspected by the
auth
function.A possible use case could be a GA contract that requires an explicit signature for on-chain txs and perhaps high-value off-chain transactions, while automatically authorizing low-value transactions.