Skip to content

Commit

Permalink
fix(docs): adds docstrings for demand order proto (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
danwt authored May 21, 2024
1 parent 26a8163 commit f6630da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions proto/dymension/eibc/demand_order.proto
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ message DemandOrder {
// tracking_packet_key is the key of the packet that is being tracked.
// This key can change depends on the packet status.
string tracking_packet_key = 2;
// price is the amount that the fulfiller sends to original eibc transfer recipient
repeated cosmos.base.v1beta1.Coin price = 3 [
(gogoproto.nullable) = false,
(gogoproto.castrepeated) = "github.com/cosmos/cosmos-sdk/types.Coins"
];
// fee is the effective profit made by the fulfiller because they pay price and receive fee + price
repeated cosmos.base.v1beta1.Coin fee = 4 [
(gogoproto.nullable) = false,
(gogoproto.castrepeated) = "github.com/cosmos/cosmos-sdk/types.Coins"
Expand Down
9 changes: 5 additions & 4 deletions x/eibc/types/demand_order.pb.go

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

0 comments on commit f6630da

Please sign in to comment.