What data is included in the event stream payload?

By default an Ethereum event stream payload will include the smart contract address, transaction hash, block number, time stamp, signature and any inputs to the function that are defined in the event object. You have the ability to extend events to include additional pertinent details like which Ethereum identity signed the transaction (msg.Sender).

A Fabric event stream payload will include similar high level details - block number, transaction hash, user identity, function inputs and can be further scoped to specific chaincode instances and functions within it.

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