UNPKG

@node-lightning/wire

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