Interface SmartRollupRefutationMove

interface SmartRollupRefutationMove {
    choice: string;
    refutation_kind: MOVE;
    step: SmartRollupRefutationMoveStep;
}

Properties

choice: string
refutation_kind: MOVE

Generated using TypeDoc