summaryrefslogtreecommitdiff
path: root/src/crypto
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-03-06 18:40:00 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-03-06 18:40:00 +0530
commit7c7d3e001ec3fa066ad7a41876142c331e3e2f0f (patch)
treec32df465c3821df8cb63b00ee9d357d03c4e6c9f /src/crypto
parente1168fbec00396a6ccb6d49c9405615a8a22cb72 (diff)
downloadwallet-core-7c7d3e001ec3fa066ad7a41876142c331e3e2f0f.tar.gz
wallet-core-7c7d3e001ec3fa066ad7a41876142c331e3e2f0f.tar.bz2
wallet-core-7c7d3e001ec3fa066ad7a41876142c331e3e2f0f.zip
documentation / enum types for pending ops
Diffstat (limited to 'src/crypto')
-rw-r--r--src/crypto/workers/cryptoImplementation.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/crypto/workers/cryptoImplementation.ts b/src/crypto/workers/cryptoImplementation.ts
index d3295e749..220046209 100644
--- a/src/crypto/workers/cryptoImplementation.ts
+++ b/src/crypto/workers/cryptoImplementation.ts
@@ -26,14 +26,11 @@
import {
CoinRecord,
- CoinStatus,
DenominationRecord,
RefreshPlanchetRecord,
RefreshSessionRecord,
TipPlanchet,
WireFee,
- initRetryInfo,
- WalletContractData,
} from "../../types/dbTypes";
import { CoinDepositPermission, ContractTerms, PaybackRequest } from "../../types/talerTypes";
@@ -43,12 +40,10 @@ import {
PlanchetCreationRequest,
DepositInfo,
} from "../../types/walletTypes";
-import { canonicalJson } from "../../util/helpers";
import { AmountJson } from "../../util/amounts";
import * as Amounts from "../../util/amounts";
import * as timer from "../../util/timer";
import {
- getRandomBytes,
encodeCrock,
decodeCrock,
createEddsaKeyPair,