Add exports to 0x.js
This commit is contained in:
@@ -6,6 +6,9 @@ export {
|
||||
generatePseudoRandomSalt,
|
||||
orderHashUtils,
|
||||
transactionHashUtils,
|
||||
SignatureValidationOpts,
|
||||
ValidatorSignatureOpts,
|
||||
PresignedSignatureOpts,
|
||||
} from '@0x/order-utils';
|
||||
|
||||
export {
|
||||
@@ -105,6 +108,7 @@ export {
|
||||
DutchAuctionDetails,
|
||||
ZeroExTransaction,
|
||||
SignedZeroExTransaction,
|
||||
ValidatorSignature,
|
||||
} from '@0x/types';
|
||||
|
||||
export {
|
||||
|
@@ -67,12 +67,16 @@ export {
|
||||
EIP712DomainWithDefaultSchema,
|
||||
ZeroExTransaction,
|
||||
SignedZeroExTransaction,
|
||||
ValidatorSignature,
|
||||
} from '@0x/types';
|
||||
|
||||
export {
|
||||
TypedDataError,
|
||||
TradeSide,
|
||||
TransferType,
|
||||
SignatureValidationOpts,
|
||||
ValidatorSignatureOpts,
|
||||
PresignedSignatureOpts,
|
||||
FindFeeOrdersThatCoverFeesForTargetOrdersOpts,
|
||||
FindOrdersThatCoverMakerAssetFillAmountOpts,
|
||||
FindOrdersThatCoverTakerAssetFillAmountOpts,
|
||||
|
Reference in New Issue
Block a user