UNPKG

sth-ts

Version:

An SmartHoldem API wrapper, written in TypeScript to interact with SmartHoldem blockchain.

10 lines (9 loc) 203 B
/** Based on @waldojeffers/rx-request. */ export declare class RxRequest { private req; get: any; post: any; put: any; constructor(options: any); private toObservable; }