aboutsummaryrefslogtreecommitdiffstats
path: root/packages/typescript-typings/types/eth-lightwallet/index.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/typescript-typings/types/eth-lightwallet/index.d.ts')
-rw-r--r--packages/typescript-typings/types/eth-lightwallet/index.d.ts8
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/typescript-typings/types/eth-lightwallet/index.d.ts b/packages/typescript-typings/types/eth-lightwallet/index.d.ts
index 58096e9f4..93daa5041 100644
--- a/packages/typescript-typings/types/eth-lightwallet/index.d.ts
+++ b/packages/typescript-typings/types/eth-lightwallet/index.d.ts
@@ -1,7 +1,11 @@
// eth-lightwallet declarations
-declare module 'eth-lightwallet' {
- import { ECSignatureBuffer } from '@0xproject/types';
+interface ECSignatureBuffer {
+ v: number;
+ r: Buffer;
+ s: Buffer;
+}
+declare module 'eth-lightwallet' {
// tslint:disable-next-line:class-name
export class signing {
public static signTx(