Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...

    Type Alias PublicKeyAndTypeStringHex<Algo>

    PublicKeyAndTypeStringHex: `${AccountKeyAlgorithmHex[Algo]}${string}`

    A hex-encoded public key and type, where the type is the first byte and the public key is the rest of the string.

    Type Parameters