Skip to content

Commit

Permalink
set block.isTrunk to non-optional
Browse files Browse the repository at this point in the history
  • Loading branch information
qianbin authored and libotony committed Jan 25, 2019
1 parent 101f50b commit 7174b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ declare namespace Connex {
receiptsRoot: string
signer: string
transactions: string[]
isTrunk?: boolean
isTrunk: boolean
}

type Clause = {
Expand Down

0 comments on commit 7174b56

Please sign in to comment.