OBJECT

Block

Block in the chain.

link GraphQL Schema definition

  • type Block implements Node {
  • # Block hash.
  • hash: String!
  • # Unique global ID of the object.
  • id: ID!
  • # Block level.
  • level: Int!
  • # Block timestamp.
  • timestamp: DateTime!
  • }

link Require by