UNPKG

lisk-framework

Version:

Lisk blockchain application platform

16 lines (15 loc) 909 B
/// <reference types="node" /> export declare const DEFAULT_RELEASE_LIMIT = 100; export declare const DEFAULT_RELEASE_INTERVAL = 5000; export declare const DEFAULT_RATE_LIMIT_FREQUENCY = 3; export declare const FORGE_INTERVAL = 1000; export declare const LOAD_TRANSACTION_RETRIES = 5; export declare const NETWORK_RPC_GET_TRANSACTIONS = "getTransactions"; export declare const NETWORK_EVENT_POST_TRANSACTIONS_ANNOUNCEMENT = "postTransactionsAnnouncement"; export declare const GENERATOR_STORE_INFO_PREFIX: Buffer; export declare const GENERATOR_STORE_KEY_PREFIX: Buffer; export declare const EMPTY_BUFFER: Buffer; export declare const EMPTY_HASH: Buffer; export declare const GENESIS_BLOCK_VERSION = 0; export declare const GENERATOR_EVENT_NEW_TRANSACTION = "GENERATOR_EVENT_NEW_TRANSACTION"; export declare const GENERATOR_EVENT_NEW_TRANSACTION_ANNOUNCEMENT = "GENERATOR_EVENT_NEW_TRANSACTION_ANNOUNCEMENT";