We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b29cae commit 1aa5dfaCopy full SHA for 1aa5dfa
docs/userguides/development.md
@@ -146,6 +146,7 @@ def update_table(log):
146
@app.on_(chain.blocks)
147
def use_table(blk):
148
if app.state.table[...].mean() > app.state.table[...].sum():
149
+ # Trigger your app to send a transaction from `app.signer`
150
contract.myMethod(..., sender=app.signer)
151
...
152
```
0 commit comments