Skip to content

Commit

Permalink
add scalar
Browse files Browse the repository at this point in the history
  • Loading branch information
jhernandezb committed Feb 21, 2024
1 parent 7e6287d commit e686289
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 18 deletions.
1 change: 1 addition & 0 deletions proto/nois/allocation/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ option go_package = "github.com/noislabs/noisd/x/allocation/types";

// Msg defines the allocation Msg service.
service Msg {
option (cosmos.msg.v1.service) = true;
// ClaimRewards method for claiming validator rewards.
rpc ClaimRewards(MsgClaimRewards) returns (MsgClaimRewardsResponse);
}
Expand Down
40 changes: 22 additions & 18 deletions x/allocation/types/tx.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e686289

Please sign in to comment.