Skip to content

Commit

Permalink
Merge pull request #39 from Max-Levitskiy/main
Browse files Browse the repository at this point in the history
Added missed fields to types.BundlrResp
  • Loading branch information
zyjblockchain authored Oct 13, 2022
2 parents 280e3ec + e498675 commit adb309c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ type TxStatus struct {
}

type BundlrResp struct {
Id string `json:"id"`
Signature string `json:"signature"`
N string `json:"n"`
Id string `json:"id"`
Signature string `json:"signature"`
N string `json:"n"`
Public string `json:"public"`
Block int64 `json:"block"`
ValidatorSignatures []string `json:"validatorSignatures"`
}

0 comments on commit adb309c

Please sign in to comment.