Updated generatedEntropy type to string

This commit is contained in:
w3irdrobot 2023-03-10 15:42:31 -05:00
parent 7d449cedb7
commit 9bb4abb38a
Signed by: w3irdrobot
GPG Key ID: 3E6DBBB622F3155C
1 changed files with 2 additions and 2 deletions

View File

@ -99,9 +99,9 @@ export interface LoginStore {
privateKey?: HexKey;
/**
* BIP39 generated entropy
* BIP39-generated, hex-encoded entropy
*/
generatedEntropy?: HexKey;
generatedEntropy?: string;
/**
* Current users public key