UNPKG

@node-lightning/wire

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