UNPKG

@nitin-spheron/desub-js

Version:

Typescript library for working with the decentralised subscription contracts in Spheron

6 lines (5 loc) 100 B
import { Keyed } from '.'; export interface Contract { address: string; functions: Keyed; }