UNPKG

@mstable/protocol

Version:
9 lines (8 loc) 689 B
import { FeederPool, Masset, MV1, MV2 } from "types/generated"; import { MusdEth } from "types/generated/MusdEth"; import { MusdLegacy } from "types/generated/MusdLegacy"; import { Chain } from "./tokens"; export declare const dumpTokenStorage: (token: Masset | MusdEth | MusdLegacy | FeederPool, toBlock: number) => Promise<void>; export declare const dumpBassetStorage: (mAsset: Masset | MusdEth | MusdLegacy | MV1 | MV2, block: number, chain?: Chain) => Promise<void>; export declare const dumpFassetStorage: (pool: FeederPool, bock: number) => Promise<void>; export declare const dumpConfigStorage: (mAsset: Masset | MusdEth | MusdLegacy | FeederPool, block: number) => Promise<void>;