diff options
Diffstat (limited to 'src/webex/messages.ts')
-rw-r--r-- | src/webex/messages.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/webex/messages.ts b/src/webex/messages.ts index 45cac6a9f..8bb9cafe5 100644 --- a/src/webex/messages.ts +++ b/src/webex/messages.ts @@ -205,6 +205,10 @@ export interface MessageMap { request: { contractTermsHash: string } response: void; }; + "benchmark-crypto": { + request: { repetitions: number } + response: walletTypes.BenchmarkResult; + }; } /** |