We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a8ef52 commit aa4bcbbCopy full SHA for aa4bcbb
pkg/rewards/rewards.go
@@ -5,7 +5,7 @@ import "github.com/centrifuge/go-substrate-rpc-client/v4/types"
5
// These are the events for the `liquidity-rewards` pallet.
6
7
type EpochChanges struct {
8
- Duration types.Option[types.U32]
+ Duration types.Option[types.U64]
9
Reward types.Option[types.U128]
10
Weights []EpochWeights
11
Currencies []EpochCurrencies
@@ -23,7 +23,7 @@ type EpochCurrencies struct {
23
24
type EventLiquidityRewardsNewEpoch struct {
25
Phase types.Phase
26
- EndsOn types.U32
+ EndsOn types.U64
27
Reward types.U128
28
LastChanges EpochChanges
29
Topics []types.Hash
0 commit comments