@kba-tools/genesis-tool
Version:
A forked repo from ConsenSys which helps to generate genesis block for Besu Network with xemptyBlockPeriod field.
24 lines • 1.33 kB
TypeScript
import { QuestionTree } from "../types/questions";
export declare const outputPathQuestion: QuestionTree;
export declare const quickstartDevAccountsQuestion: QuestionTree;
export declare const genesisNodeAllocationQuestion: QuestionTree;
export declare const prefundedAccountsQuestion: QuestionTree;
export declare const accountPasswordQuestion: QuestionTree;
export declare const tesseraPasswordQuestion: QuestionTree;
export declare const tesseraEnabled: QuestionTree;
export declare const curveQuestion: QuestionTree;
export declare const bootnodesQuestion: QuestionTree;
export declare const membersQuestion: QuestionTree;
export declare const validatorsQuestion: QuestionTree;
export declare const txnSizeLimitQuestion: QuestionTree;
export declare const maxCodeSizeQuestion: QuestionTree;
export declare const coinbaseQuestion: QuestionTree;
export declare const gasLimitQuestion: QuestionTree;
export declare const difficultyQuestion: QuestionTree;
export declare const epochQuestion: QuestionTree;
export declare const requestTimeoutQuestion: QuestionTree;
export declare const emptyBlockPeriodQuestion: QuestionTree;
export declare const xemptyBlockPeriodQuestion: QuestionTree;
export declare const blockPeriodQuestion: QuestionTree;
export declare const chainIDQuestion: QuestionTree;
//# sourceMappingURL=commonQs.d.ts.map