UNPKG

@node-lightning/wire

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