Add return type for sendAsync
This commit is contained in:
2
packages/web3-typescript-typings/index.d.ts
vendored
2
packages/web3-typescript-typings/index.d.ts
vendored
@@ -111,7 +111,7 @@ declare module 'web3' {
|
||||
sendAsync(
|
||||
payload: JSONRPCRequestPayload,
|
||||
callback: (err: Error, result: JSONRPCResponsePayload) => void,
|
||||
);
|
||||
): void;
|
||||
}
|
||||
|
||||
interface Sha3Options {
|
||||
|
Reference in New Issue
Block a user