Skip to content

Commit

Permalink
feat: amino support to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency committed Sep 24, 2024
1 parent fcdf727 commit 55a2b40
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 116 deletions.
158 changes: 82 additions & 76 deletions api/liftedinit/manifest/v1/tx.pulsar.go

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

3 changes: 3 additions & 0 deletions proto/liftedinit/manifest/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ service Msg {
// Since: cosmos-sdk 0.47
message MsgUpdateParams {
option (cosmos.msg.v1.signer) = "authority";
option (amino.name) = "manifest/MsgUpdateParams";

// authority is the address of the controlling account.
string authority = 1 [(cosmos_proto.scalar) = "cosmos.AddressString"];
Expand All @@ -51,6 +52,7 @@ message MsgUpdateParamsResponse {}
message MsgPayout {
option (cosmos.msg.v1.signer) = "authority";
option (gogoproto.equal) = false;
option (amino.name) = "manifest/MsgPayout";

// authority is the address of the controlling account.
string authority = 1 [(cosmos_proto.scalar) = "cosmos.AddressString"];
Expand Down Expand Up @@ -80,6 +82,7 @@ message MsgPayoutResponse {}
message MsgBurnHeldBalance {
option (cosmos.msg.v1.signer) = "authority";
option (gogoproto.equal) = false;
option (amino.name) = "manifest/MsgBurnHeldBalance";

// sender is the address of the tokenholder.
string authority = 1 [(cosmos_proto.scalar) = "cosmos.AddressString"];
Expand Down
Loading

0 comments on commit 55a2b40

Please sign in to comment.