nimiq_rpc/primitives/slot

Types

pub type DisabledSlots {
  DisabledSlots(block_number: Int, disabled: List(Int))
}

Constructors

  • DisabledSlots(block_number: Int, disabled: List(Int))
pub type Slot {
  Slot(slot_number: Int, validator: String, public_key: String)
}

Constructors

  • Slot(slot_number: Int, validator: String, public_key: String)

Values

pub fn slot_decoder() -> decode.Decoder(Slot)
Search Document