UNPKG

@swaptoshi/dex-snapshot

Version:

Library for capturing snapshots of the blockchain state in the Swaptoshi DEX module

5 lines (4 loc) 273 B
import { StateDB } from '@liskhq/lisk-db'; import { GenesisAssetEntry } from './types'; export declare const createDexModuleAsset: (db: StateDB) => Promise<GenesisAssetEntry>; export declare const createDexModuleAssetFromPath: (path: string) => Promise<GenesisAssetEntry>;