Interface RootHashEquivocationProposalEvidence

EquivocationProposalEvidence is evidence of executor proposed batch equivocation.

interface RootHashEquivocationProposalEvidence {
    prop_a: RootHashProposal;
    prop_b: RootHashProposal;
}

Properties

Properties