UNPKG

@node-dlc/wire

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