Type Alias OffencesEvent

OffencesEvent: Enum<{
    Offence: {
        kind: FixedSizeBinary<16>;
        timeslot: Binary;
    };
}>

Type declaration

  • Offence: {
        kind: FixedSizeBinary<16>;
        timeslot: Binary;
    }

    There is an offence reported of the given kind happened at the session_index and (kind-specific) time slot. This event is not deposited for duplicate slashes. [kind, timeslot].

    • kind: FixedSizeBinary<16>
    • timeslot: Binary