Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListenerApp ¶
ListenerApp shows how to watch for an event on the Ethereum blockchain. The event is defined in the smart contract at: 0x18Df82C7E422A42D47345Ed86B0E935E9718eBda The event is called: NumbreChanged(uint256) The event is emitted when the number is changed in the smart contract. The event is watched by the offchain-sdk and when it is emitted, the execution function is called.
Click to show internal directories.
Click to hide internal directories.