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
| Parameter | Type | Description |
|---|---|---|
|
|
|
The wallet address |
Returns
boolean
True if key pair exists, false otherwise
Last updated on