UNPKG

@minima-global/mds

Version:

Official MDS Typescript Library for Minima. Used for creating minidapps that interact with the Minima Blockchain.

8 lines 287 B
/** * The MDS TS Library for building MiniDapps * by Minima Global */ import type { MDSObj } from './index.js'; export declare const MDS: MDSObj; export declare function httpPostAsync<T, O, U>(theUrl: T, params: O, callback?: (msg: U) => void): void; //# sourceMappingURL=mds.d.ts.map