UNPKG

@node-lightning/wire

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