Type alias LLSign

LLSign: ((input) => Promise<Uint8Array>)

Low level signing function.

Type declaration

    • (input): Promise<Uint8Array>
    • Parameters

      • input: Uint8Array

        Buffer of signed portion.

      Returns Promise<Uint8Array>

Returns

Promise resolves to signature value or rejects with error.