UNPKG

@node-lightning/wire

Version:
8 lines (7 loc) 241 B
/// <reference types="node" /> import { AddressIPv4 } from "../../domain/AddressIPv4"; /** * Serializes an IPv4 address in a Buffer that can be sent * over the wire. */ export declare function serializeIPv4(address: AddressIPv4): Buffer;