UNPKG

sth-ts

Version:

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

8 lines (7 loc) 219 B
export * from './api'; export * from './core'; export * from './model'; export * from './services'; export * from './utils'; export { default as Client } from './Sth'; export { default as default } from './Sth';