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 {
|
interface PersonalApi {
|
||||||
listAccounts: string[] | undefined;
|
listAccounts: string[] | undefined;
|
||||||
newAccount(password?: string): string;
|
newAccount(password?: string): string;
|
||||||
unlockAccount(address: string, password?: string, duration?: number): boolean;
|
unlockAccount(address: string, password?: string, duration?: number): boolean;
|
||||||
lockAccount(address: string): boolean;
|
lockAccount(address: string): boolean;
|
||||||
sign(message: string, account: string, password: string): string;
|
sign(message: string, account: string, password: string): string;
|
||||||
}
|
}
|
||||||
|
|
||||||
interface NetApi {
|
interface NetApi {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user