Umi — API References - v1.3.0
    Preparing search index...

    Variable isPublicKeyConst

    isPublicKey: <TAddress extends string>(
        value: TAddress,
    ) => value is PublicKey<TAddress>

    Whether the given value is a valid public key.

    Type Declaration