• Shallow Check (SC): Perform a superficial check to determine if the string contains a public key. Do not use this function to validate the key itself.

    Parameters

    • publicKey: string

      the public key to analyze

    Returns boolean

    true if it contains a known prefix, false otherwise

Generated using TypeDoc