@ethereumjs/util / BatchDBOp
BatchDBOp<
TKey,TValue> =PutBatch<TKey,TValue> |DelBatch<TKey>
Defined in: packages/util/src/db.ts:4
TKey extends Uint8Array | string | number = Uint8Array
TValue extends Uint8Array | string | DBObject = Uint8Array