Skip to Content

hasKeyPair

hasKeyPair(address: string): boolean

Defined in: src/react/useEncryption.ts:1103 

Checks if a key pair exists in memory for the given wallet address

Parameters

ParameterTypeDescription

address

string

The wallet address

Returns

boolean

True if key pair exists, false otherwise

Last updated on