Target packet compatible with high level signer.

interface Signable {
    "[OP]": (signer: LLSign) => Promise<void>;
    name: Name;
    sigInfo?: SigInfo;
    sigValue: Uint8Array;
}

Hierarchy (View Summary)

Implemented by

Properties

"[OP]": (signer: LLSign) => Promise<void>
name: Name
sigInfo?: SigInfo
sigValue: Uint8Array