lisk-framework
Version:
Lisk blockchain application platform
18 lines (17 loc) • 517 B
TypeScript
export declare const defaultPassphrase = "peanut hundred pen hawk invite exclude brain chunk gadget wait wrong ready";
export declare const defaultFaucetAccount: {
address: string;
keyPath: string;
publicKey: string;
privateKey: string;
plain: {
generatorKeyPath: string;
generatorKey: string;
generatorPrivateKey: string;
blsKeyPath: string;
blsKey: string;
blsProofOfPossession: string;
blsPrivateKey: string;
};
encrypted: {};
};