type KeystoreAccount: { "address": string; "mnemonic": { "entropy": string; "locale": string; "path": string; }; "privateKey": string; };
The contents of a JSON Keystore Wallet.
address: string;
optional mnemonic: { "entropy": string; "locale": string; "path": string; };
entropy: string;
optional locale: string;
optional path: string;
privateKey: string;
wallet/json-keystore.ts:28
Was this page helpful?