We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2355303 commit 98e56deCopy full SHA for 98e56de
src/masterBitgoExpress/routers/accelerateRoute.ts
@@ -3,12 +3,6 @@ import * as t from 'io-ts';
3
import { ErrorResponses } from '../../shared/errors';
4
5
export const AccelerateRequest = {
6
- /**
7
- * Public key used for signing the acceleration transaction.
8
- * @example "xpub661MyMwAqRbcGCNnmzqt3u5KhxmXBHiC78cwAyUMaKJXpFDfHpJwNap6qpG1Kz2SPexKXy3akhPQz7GDYWpHNWkLxRLj6bDxQSf74aTAP9y"
9
- */
10
- pubkey: t.string,
11
-
12
/**
13
* The key to use for signing the transaction.
14
* @example "user"
0 commit comments