Target packet compatible with low level verification function.

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

Hierarchy (view full)

Implemented by

Properties

Properties

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