Added exports for doc generation

This commit is contained in:
Greg Hysen
2019-02-07 01:09:56 -08:00
parent c72e3667b8
commit 93c128ee21
3 changed files with 6 additions and 2 deletions

View File

@@ -38,6 +38,8 @@ export { DutchAuctionWrapper } from './contract_wrappers/dutch_auction_wrapper';
export { TransactionEncoder } from './utils/transaction_encoder';
export { AbiDecoder, TransactionData } from '@0x/utils';
export {
ContractWrappersError,
ForwarderWrapperError,
@@ -83,6 +85,8 @@ export {
JSONRPCResponseError,
AbiDefinition,
LogWithDecodedArgs,
LogEntry,
RawLog,
FunctionAbi,
EventAbi,
EventParameter,