UNPKG

@substrate/node-watcher

Version:

Extract, Transform, Load Kusama/Polkadot history into a PostgreSQL DB

4 lines (3 loc) 135 B
import { NomidotSlashing, Task } from './types'; declare const createSlashing: Task<NomidotSlashing[]>; export default createSlashing;