Interface SmartRollupRefutationMoveStepProof

interface SmartRollupRefutationMoveStepProof {
    input_proof?: SmartRollupRefutationMoveInputProof;
    pvm_step: string;
}

Properties

pvm_step: string

Generated using TypeDoc