@substrate-system/frost
    Preparing search index...

    Function sign

    • Sign a message using a recovered private key

      Parameters

      • recoveredKey: Uint8Array

        The 32-byte private key from recover()

      • message: Uint8Array

        The message to sign

      • config: FrostConfig

        FROST configuration

      Returns Promise<Uint8Array<ArrayBuffer>>

      Ed25519 signature (64 bytes)