UNPKG

@node-dlc/wire

Version:
7 lines (5 loc) 120 B
import { NetworkType } from './NetworkType'; export type AddressJson = { network: NetworkType; address: string; };