UNPKG

@node-lightning/wire

Version:
8 lines (7 loc) 287 B
import { BufferReader } from "@node-lightning/bufio"; import { AddressIPv4 } from "../../domain/AddressIPv4"; /** * Deserializes an IPv4 address from a reader and * returns an instance of an IPv4 Address. */ export declare function deserializeIPv4(reader: BufferReader): AddressIPv4;