mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
update msg spec to match code (#691)
This commit is contained in:
parent
6e6ed69383
commit
74bbb6a0d7
@ -24,6 +24,7 @@ type MsgWithdraw struct {
|
||||
// MsgClaimReward message type used to claim HARD tokens
|
||||
type MsgClaimReward struct {
|
||||
Sender sdk.AccAddress `json:"sender" yaml:"sender"`
|
||||
Receiver sdk.AccAddress `json:"receiver" yaml:"receiver"`
|
||||
DepositDenom string `json:"deposit_denom" yaml:"deposit_denom"`
|
||||
RewardMultiplier string `json:"reward_multiplier" yaml:"reward_multiplier"`
|
||||
DepositType string `json:"deposit_type" yaml:"deposit_type"`
|
||||
|
Loading…
Reference in New Issue
Block a user