UNPKG

@node-lightning/wire

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