Skip to content

Commit

Permalink
Merge fa8e9c8 into 3d74aa6
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerddan committed Jun 13, 2018
2 parents 3d74aa6 + fa8e9c8 commit e03f58e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/web3/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ export declare interface PrivateKey {
}

export declare interface Signature {
message: string
hash: string
messageHash: string
rawTransaction: string
r: string
s: string
v: string
Expand Down Expand Up @@ -471,4 +471,4 @@ export declare class BatchRequest {
constructor()
add(request: Request): void //
execute(): void
}
}

0 comments on commit e03f58e

Please sign in to comment.