@sofaws/dapp-core
Version:
A library to hold the main logic for a dapp on the Elrond Network
8 lines • 516 B
TypeScript
export { TransactionMethod } from './components/TransactionMethod';
export { TransactionReceiver } from './components/TransactionReceiver';
export { TransactionRow } from './components/TransactionRow';
export { TransactionSender } from './components/TransactionSender';
export { TransactionShardsTransition } from './components/TransactionShardsTransition';
export { TransactionsTable } from './TransactionsTable';
export { TransactionValue } from './components/TransactionValue';
//# sourceMappingURL=index.d.ts.map