UNPKG

@node-lightning/wire

Version:
8 lines (7 loc) 286 B
import { BufferReader } from "@node-lightning/bufio"; import { AddressTor3 } from "../../domain/AddressTor3"; /** * Deserializes a TOR v3 address from a reader and * returns an instance of a AddressTor2. */ export declare function deserializeTor3(reader: BufferReader): AddressTor3;