aboutsummaryrefslogtreecommitdiffstats
path: root/src/types.ts
diff options
context:
space:
mode:
authorLuke Autry <lukeautry@gmail.com>2017-11-10 23:43:52 +0800
committerLuke Autry <lukeautry@gmail.com>2017-11-10 23:43:52 +0800
commit583b92e672d5ff644d79e3a75dd8c9b6cc85932a (patch)
tree9a43bb2c0ecedd37a78867fd6d79ed1ced91e94a /src/types.ts
parenta7bedad9f020cf0bbd91d3823a14a0711ea78e0b (diff)
downloaddexon-sol-tools-583b92e672d5ff644d79e3a75dd8c9b6cc85932a.tar
dexon-sol-tools-583b92e672d5ff644d79e3a75dd8c9b6cc85932a.tar.gz
dexon-sol-tools-583b92e672d5ff644d79e3a75dd8c9b6cc85932a.tar.bz2
dexon-sol-tools-583b92e672d5ff644d79e3a75dd8c9b6cc85932a.tar.lz
dexon-sol-tools-583b92e672d5ff644d79e3a75dd8c9b6cc85932a.tar.xz
dexon-sol-tools-583b92e672d5ff644d79e3a75dd8c9b6cc85932a.tar.zst
dexon-sol-tools-583b92e672d5ff644d79e3a75dd8c9b6cc85932a.zip
allow timeout for await transaction mined
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.ts b/src/types.ts
index 9ac726ef8..a9eac56d8 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -16,6 +16,7 @@ export enum ZeroExError {
OutOfGas = 'OUT_OF_GAS',
NoNetworkId = 'NO_NETWORK_ID',
SubscriptionNotFound = 'SUBSCRIPTION_NOT_FOUND',
+ TransactionMiningTimeout = 'TRANSACTION_MINING_TIMEOUT',
}
export enum InternalZeroExError {