Skip to content

Commit e498675

Browse files
committed
Added missed fields to types.BundlrResp
1 parent 280e3ec commit e498675

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

types/types.go

+6-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ type TxStatus struct {
3030
}
3131

3232
type BundlrResp struct {
33-
Id string `json:"id"`
34-
Signature string `json:"signature"`
35-
N string `json:"n"`
33+
Id string `json:"id"`
34+
Signature string `json:"signature"`
35+
N string `json:"n"`
36+
Public string `json:"public"`
37+
Block int64 `json:"block"`
38+
ValidatorSignatures []string `json:"validatorSignatures"`
3639
}

0 commit comments

Comments
 (0)