Skip to content

Commit

Permalink
types
Browse files Browse the repository at this point in the history
  • Loading branch information
qianbin committed Jun 21, 2019
1 parent da8ea69 commit 9c9977f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,11 @@ declare namespace Connex {
chainTag: number
blockRef: string
expiration: number
clauses: Required<Clause>[]
clauses: Array<{
to: string | null
value: string
data: string
}>
gasPriceCoef: number
gas: number
origin: string
Expand Down

0 comments on commit 9c9977f

Please sign in to comment.