mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 07:01:05 +00:00
@@ -99,7 +99,7 @@ impl<Offender: Clone> Offence<Offender> for EquivocationOffence<Offender> {
|
|||||||
///
|
///
|
||||||
/// This type implements `OffenceReportSystem` such that:
|
/// This type implements `OffenceReportSystem` such that:
|
||||||
/// - Equivocation reports are published on-chain as unsigned extrinsic via
|
/// - Equivocation reports are published on-chain as unsigned extrinsic via
|
||||||
/// `offchain::SendTransactioinsTypes`.
|
/// `offchain::SendTransactionTypes`.
|
||||||
/// - On-chain validity checks and processing are mostly delegated to the user provided generic
|
/// - On-chain validity checks and processing are mostly delegated to the user provided generic
|
||||||
/// types implementing `KeyOwnerProofSystem` and `ReportOffence` traits.
|
/// types implementing `KeyOwnerProofSystem` and `ReportOffence` traits.
|
||||||
/// - Offence reporter for unsigned transactions is fetched via the the authorship pallet.
|
/// - Offence reporter for unsigned transactions is fetched via the the authorship pallet.
|
||||||
|
|||||||
@@ -117,7 +117,7 @@ where
|
|||||||
///
|
///
|
||||||
/// This type implements `OffenceReportSystem` such that:
|
/// This type implements `OffenceReportSystem` such that:
|
||||||
/// - Equivocation reports are published on-chain as unsigned extrinsic via
|
/// - Equivocation reports are published on-chain as unsigned extrinsic via
|
||||||
/// `offchain::SendTransactioinsTypes`.
|
/// `offchain::SendTransactionTypes`.
|
||||||
/// - On-chain validity checks and processing are mostly delegated to the user provided generic
|
/// - On-chain validity checks and processing are mostly delegated to the user provided generic
|
||||||
/// types implementing `KeyOwnerProofSystem` and `ReportOffence` traits.
|
/// types implementing `KeyOwnerProofSystem` and `ReportOffence` traits.
|
||||||
/// - Offence reporter for unsigned transactions is fetched via the the authorship pallet.
|
/// - Offence reporter for unsigned transactions is fetched via the the authorship pallet.
|
||||||
|
|||||||
@@ -109,7 +109,7 @@ impl<Offender: Clone> Offence<Offender> for EquivocationOffence<Offender> {
|
|||||||
///
|
///
|
||||||
/// This type implements `OffenceReportSystem` such that:
|
/// This type implements `OffenceReportSystem` such that:
|
||||||
/// - Equivocation reports are published on-chain as unsigned extrinsic via
|
/// - Equivocation reports are published on-chain as unsigned extrinsic via
|
||||||
/// `offchain::SendTransactioinsTypes`.
|
/// `offchain::SendTransactionTypes`.
|
||||||
/// - On-chain validity checks and processing are mostly delegated to the user provided generic
|
/// - On-chain validity checks and processing are mostly delegated to the user provided generic
|
||||||
/// types implementing `KeyOwnerProofSystem` and `ReportOffence` traits.
|
/// types implementing `KeyOwnerProofSystem` and `ReportOffence` traits.
|
||||||
/// - Offence reporter for unsigned transactions is fetched via the the authorship pallet.
|
/// - Offence reporter for unsigned transactions is fetched via the the authorship pallet.
|
||||||
|
|||||||
Reference in New Issue
Block a user