summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-10-20 13:06:31 +0200
committerFlorian Dold <florian@dold.me>2021-10-20 13:06:31 +0200
commit589c2a338284e038cf03e4c8734671c8f9f8ebda (patch)
tree0f07d709abed8f4a90cf0866ea99756055e80950 /packages/taler-wallet-core
parentc3570484a8e2cd342d274e8cdb4ea0fe41c8de50 (diff)
downloadwallet-core-589c2a338284e038cf03e4c8734671c8f9f8ebda.tar.gz
wallet-core-589c2a338284e038cf03e4c8734671c8f9f8ebda.tar.bz2
wallet-core-589c2a338284e038cf03e4c8734671c8f9f8ebda.zip
wallet-cli: benchmarking
Diffstat (limited to 'packages/taler-wallet-core')
-rw-r--r--packages/taler-wallet-core/src/wallet-api-types.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/wallet-api-types.ts b/packages/taler-wallet-core/src/wallet-api-types.ts
index c5bf2c8c0..991c03ee2 100644
--- a/packages/taler-wallet-core/src/wallet-api-types.ts
+++ b/packages/taler-wallet-core/src/wallet-api-types.ts
@@ -118,6 +118,10 @@ export enum WalletApiOperation {
}
export type WalletOperations = {
+ [WalletApiOperation.InitWallet]: {
+ request: {};
+ response: {};
+ };
[WalletApiOperation.WithdrawFakebank]: {
request: WithdrawFakebankRequest;
response: {};