Updated generatedEntropy type to string
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user