pub type Reports = OffenceDetails<AccountId32, (AccountId32, ValidatorFullIdentification)>;

Aliased Type§

struct Reports {
    pub offender: (AccountId32, ValidatorFullIdentification),
    pub reporters: Vec<AccountId32>,
}

Fields§

§offender: (AccountId32, ValidatorFullIdentification)§reporters: Vec<AccountId32>