File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 "bytes"
55
66 entity_event "github.com/crypto-com/chain-indexing/entity/event"
7- "github.com/crypto-com/chain-indexing/usecase/model"
7+ "github.com/crypto-com/chain-indexing/usecase/model"
88 jsoniter "github.com/json-iterator/go"
99 "github.com/luci/go-render/render"
1010)
@@ -15,10 +15,10 @@ const MSG_TIER_CLAIM_TIER_REWARDS_FAILED = "/chainmain.tieredrewards.v1.MsgClaim
1515
1616type MsgTierClaimTierRewards struct {
1717 MsgBase
18- Owner string `json:"owner"`
19- PositionIds []string `json:"positionIds"`
20- BaseRewards string `json:"baseRewards"`
21- BonusRewards string `json:"bonusRewards"`
18+ Owner string `json:"owner"`
19+ PositionIds []string `json:"positionIds"`
20+ BaseRewards string `json:"baseRewards"`
21+ BonusRewards string `json:"bonusRewards"`
2222}
2323
2424func NewMsgTierClaimTierRewards (msgCommonParams MsgCommonParams , params model.MsgClaimTierRewardsParams ) * MsgTierClaimTierRewards {
You can’t perform that action at this time.
0 commit comments