• Verify the BLS network signature.

    Parameters

    • publicKey: string

      hex-encoded string of the BLS public key to verify with.

    • message: Uint8Array

      Uint8Array of the message to verify.

    • signature: Uint8Array

      Uint8Array of the signature to verify.

    Returns void

Generated using TypeDoc