Fix indentation
This commit is contained in:
parent
0cc21db654
commit
4e0c67e2a1
10
packages/web3-typescript-typings/index.d.ts
vendored
10
packages/web3-typescript-typings/index.d.ts
vendored
@ -252,11 +252,11 @@ declare module 'web3' {
|
||||
}
|
||||
|
||||
interface PersonalApi {
|
||||
listAccounts: string[] | undefined;
|
||||
newAccount(password?: string): string;
|
||||
unlockAccount(address: string, password?: string, duration?: number): boolean;
|
||||
lockAccount(address: string): boolean;
|
||||
sign(message: string, account: string, password: string): string;
|
||||
listAccounts: string[] | undefined;
|
||||
newAccount(password?: string): string;
|
||||
unlockAccount(address: string, password?: string, duration?: number): boolean;
|
||||
lockAccount(address: string): boolean;
|
||||
sign(message: string, account: string, password: string): string;
|
||||
}
|
||||
|
||||
interface NetApi {
|
||||
|
Loading…
x
Reference in New Issue
Block a user