Skip to content

Commit

Permalink
proto-gen
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronc committed Aug 7, 2021
1 parent e3da710 commit 674cbca
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 86 deletions.
4 changes: 2 additions & 2 deletions docs/core/proto-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -8743,8 +8743,8 @@ Tip is the tip used for meta-transactions.

| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| `coins` | [string](#string) | | |
| `tipper` | [string](#string) | | |
| `amount` | [cosmos.base.v1beta1.Coin](#cosmos.base.v1beta1.Coin) | repeated | amount is the amount of the tip |
| `tipper` | [string](#string) | | tipper is the address of the account paying for the tip |



Expand Down
2 changes: 1 addition & 1 deletion proto/cosmos/tx/v1beta1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ message Fee {
// Tip is the tip used for meta-transactions.
message Tip {
// amount is the amount of the tip
repeated cosmos.base.v1beta1.Coin amount = 1;
repeated cosmos.base.v1beta1.Coin amount = 1;
// tipper is the address of the account paying for the tip
string tipper = 2;
}
178 changes: 95 additions & 83 deletions types/tx/tx.pb.go

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

0 comments on commit 674cbca

Please sign in to comment.