Type alias LLSign

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

Type declaration

    • (input): Promise<Uint8Array>
    • Low level signing function. It takes a buffer of signed portion, and returns a Promise of signature value.

      Parameters

      • input: Uint8Array

      Returns Promise<Uint8Array>

Generated using TypeDoc