added json to contextualResult
This commit is contained in:
parent
5c522d7b12
commit
64332b368b
|
@ -15,7 +15,7 @@ type (
|
||||||
Value T `json:"value"`
|
Value T `json:"value"`
|
||||||
Context struct {
|
Context struct {
|
||||||
Slot int64 `json:"slot"`
|
Slot int64 `json:"slot"`
|
||||||
}
|
} `json:"context"`
|
||||||
}
|
}
|
||||||
|
|
||||||
EpochInfo struct {
|
EpochInfo struct {
|
||||||
|
|
Loading…
Reference in New Issue