Target packet compatible with low level signing function.

interface Signable {
    "[OP]": (signer: LLSign) => Promise<void>;
}

Hierarchy (View Summary)

Implemented by

Properties

Properties

"[OP]": (signer: LLSign) => Promise<void>