Target packet compatible with low level signing function.

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

Hierarchy (view full)

Implemented by

Properties

Properties

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