Interface SmartRollupRefutationStart

interface SmartRollupRefutationStart {
    opponent_commitment_hash: string;
    player_commitment_hash: string;
    refutation_kind: START;
}

Properties

opponent_commitment_hash: string
player_commitment_hash: string
refutation_kind: START

Generated using TypeDoc