We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae5b703 commit 0abe11bCopy full SHA for 0abe11b
protocol/localstatequery/queries.go
@@ -150,7 +150,13 @@ non_myopic_rewards { *poolid => int } int is the amount of lovelaces each pool w
150
type NonMyopicMemberRewardsResult interface{}
151
152
type CurrentProtocolParamsResult interface {
153
- ledger.BabbageProtocolParameters | any // TODO: add more per-era types
+ ledger.AllegraProtocolParameters |
154
+ ledger.AlonzoProtocolParameters |
155
+ ledger.BabbageProtocolParameters |
156
+ ledger.ConwayProtocolParameters |
157
+ ledger.MaryProtocolParameters |
158
+ ledger.ShelleyProtocolParameters |
159
+ any
160
}
161
162
// TODO
0 commit comments