UNPKG

ilp-protocol-ccp

Version:

Implementation of the Connector-to-Connector Protocol (CCP)

4 lines (3 loc) 175 B
import { Reader, Writer } from 'oer-utils'; export declare const readUuid: (reader: Reader) => string; export declare const writeUuid: (writer: Writer, uuid: string) => void;