Interface SmartRollupRefutationMoveInputProofInbox

interface SmartRollupRefutationMoveInputProofInbox {
    input_proof_kind: INBOX_PROOF;
    level: number;
    message_counter: string;
    serialized_proof: string;
}

Properties

input_proof_kind: INBOX_PROOF
level: number
message_counter: string
serialized_proof: string

Generated using TypeDoc