UNPKG

@decent-bet/solido

Version:

Code first contract entity mapper for Solidity based blockchains like Ethereum, Vechain, Tron

8 lines (7 loc) 231 B
export * from './core/SolidoModule'; export * from './core/SolidoProvider'; export * from './core/SolidoContract'; export * from './core/SolidoTopic'; export * from './decorators'; export * from './Utils'; export * from './types';