OBJECT

BlockchainState

link GraphQL Schema definition

  • type BlockchainState {
  • # date (stringified Unix time - number of milliseconds since January 1, 1970)
  • date: String!
  • # Base58Check-encoded hash of the snarked ledger
  • snarkedLedgerHash: String!
  • # Base58Check-encoded hash of the staged ledger
  • stagedLedgerHash: String!
  • }