UNPKG

cic-client

Version:

Typescript libraries for building CIC client applications

6 lines (5 loc) 217 B
export declare type EVMMethodID = string; export declare type EVMAddress = string; export declare type EVMContract = any; export declare type FungibleToken = EVMContract; export declare type ContentPreImage = string;