Remove timestamps and fix typings
This commit is contained in:
@@ -3,7 +3,12 @@ declare module 'eth-lightwallet' {
|
||||
import { ECSignatureBuffer } from '@0xproject/types';
|
||||
|
||||
interface signing {
|
||||
signTx(keystore: keystore, pwDerivedKey: Uint8Array, rawTx: string, signingAddress: string): string;
|
||||
signTx(
|
||||
keystore: keystore,
|
||||
pwDerivedKey: Uint8Array,
|
||||
rawTx: string,
|
||||
signingAddress: string,
|
||||
): string;
|
||||
signMsg(
|
||||
keystore: keystore,
|
||||
pwDerivedKey: Uint8Array,
|
||||
@@ -26,6 +31,7 @@ declare module 'eth-lightwallet' {
|
||||
salt?: string;
|
||||
hdPathString: string;
|
||||
}
|
||||
|
||||
export class keystore {
|
||||
public static createVault(
|
||||
options: VaultOptions,
|
||||
|
Reference in New Issue
Block a user