UNPKG

@node-dlc/wire

Version:
8 lines (7 loc) 280 B
import { BufferReader } from '@node-dlc/bufio'; import { AddressTor2 } from '../../domain/AddressTor2'; /** * Deserializes a TOR v2 address from a reader and * returns an instance of a AddressTor2. */ export declare function deserializeTor2(reader: BufferReader): AddressTor2;