Where are the events defined that I can subscribe to with Event Streams?

Events are defined within Smart Contracts themselves - whether that be Solidity, Chaincode, etc - as a way of emitting a return values from an initial function being called. The subscriptions that Kaleido users are allowed to create with Event Streams are tied to events that have been defined in the Smart Contract to which they are describing. This Consensys article does a good job of explaining the core concept.

Was this article helpful?
0 out of 0 found this helpful