UNPKG

@nolus/nolusjs

Version:

JS library for NodeJS and Web browsers to interact with the Nolus Protocol

6 lines (5 loc) 142 B
import { ProtocolContracts } from './ProtocolContracts'; export interface Protocol { contracts: ProtocolContracts; network: string; }