Event representing a block on the ledger.
Properties:
Name | Type | Description |
---|---|---|
blockNumber |
Long | The number of the block this event represents. |
blockData |
FilteredBlock | Block | The raw block event protobuf. |
Methods
-
getTransactionEvents()
-
Get the transactions included in this block.
Returns:
Transaction events.- Type
- Array.<module:fabric-network.TransactionEvent>