OBJECT

ConsensusConfiguration

link GraphQL Schema definition

  • type ConsensusConfiguration {
  • delta: Int!
  • k: Int!
  • c: Int!
  • cTimesK: Int!
  • slotsPerEpoch: Int!
  • slotDuration: Int!
  • epochDuration: Int!
  • acceptableNetworkDelay: Int!
  • }