UNPKG

@nitin-spheron/desub-js

Version:

Typescript library for working with the decentralised subscription contracts in Spheron

12 lines (9 loc) 188 B
import { Keyed } from '.' /** * @remarks * Interfaces for, supporting or generally having-to-do-with a Contracts */ export interface Contract { address: string functions: Keyed }