Function decodeSignature

  • Decodes a signature produced by encodeSignature. The input must be 64 bytes, represented as hex or Base64. Base64 padding is optional.

    Parameters

    • encodedSignature: string

      the signature string to decode

    Returns Signature<bigint>

    Throws

    TypeError if the signature format is incorrect

Generated using TypeDoc