Target packet compatible with low level verification function.

interface Verifiable {
    "[OP]": (verifier: LLVerify) => Promise<void>;
}

Hierarchy (View Summary)

Implemented by

Properties

Properties

"[OP]": (verifier: LLVerify) => Promise<void>