Type Alias ParachainsDisputesEvent

ParachainsDisputesEvent: Enum<{
    DisputeConcluded: [FixedSizeBinary<32>, ParachainsDisputeResult];
    DisputeInitiated: [FixedSizeBinary<32>, ParachainsDisputeLocation];
    Revert: number;
}>

Type declaration

  • DisputeConcluded: [FixedSizeBinary<32>, ParachainsDisputeResult]

    A dispute has concluded for or against a candidate. \[para id, candidate hash, dispute result\]

  • DisputeInitiated: [FixedSizeBinary<32>, ParachainsDisputeLocation]

    A dispute has been initiated. [candidate hash, dispute location]

  • Revert: number

    A dispute has concluded with supermajority against a candidate. Block authors should no longer build on top of this head and should instead revert the block at the given height. This should be the number of the child of the last known valid block in the chain.