Updated generatedEntropy type to string
This commit is contained in:
parent
7d449cedb7
commit
9bb4abb38a
@ -99,9 +99,9 @@ export interface LoginStore {
|
|||||||
privateKey?: HexKey;
|
privateKey?: HexKey;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* BIP39 generated entropy
|
* BIP39-generated, hex-encoded entropy
|
||||||
*/
|
*/
|
||||||
generatedEntropy?: HexKey;
|
generatedEntropy?: string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Current users public key
|
* Current users public key
|
||||||
|
Loading…
x
Reference in New Issue
Block a user