_Block_
No description
type _Block_ {
  hash: Bytes
  number: Int!
  timestamp: Int
  parentHash: Bytes
}
Fields
_Block_.hash ● Bytes scalar
The hash of the block
_Block_.number ● Int! non-null scalar
The block number
_Block_.timestamp ● Int scalar
Integer representation of the timestamp stored in blocks for the chain
_Block_.parentHash ● Bytes scalar
The hash of the parent block