UNPKG

pandoras-box

Version:

A small and simple stress testing tool for Ethereum-compatible blockchain networks

6 lines (5 loc) 242 B
declare class Batcher { static generateBatches<ItemType>(items: ItemType[], batchSize: number): ItemType[][]; static batchTransactions(signedTxs: string[], batchSize: number, url: string): Promise<string[]>; } export default Batcher;