OBJECT

BlockRecord

link GraphQL Schema definition

  • type BlockRecord {
  • # The hash of this block
  • hash: BlockHash!
  • level: Int!
  • # The timestamp for when the block pushed to the block chain.
  • timestamp: DateTime!
  • # The latest fully indexed block.
  • last_indexed: BlockRecord!
  • }