Interface SmartRollupRefuteRevealProofRaw

interface SmartRollupRefuteRevealProofRaw {
    raw_data: string;
    reveal_proof_kind: RAW_DATA_PROOF;
}

Properties

raw_data: string
reveal_proof_kind: RAW_DATA_PROOF

Generated using TypeDoc