Skip to content

Commit

Permalink
Create test wrapper WithAJson and test
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Apr 8, 2024
1 parent 9dca1d9 commit 00bf1f0
Show file tree
Hide file tree
Showing 3 changed files with 579 additions and 74 deletions.
4 changes: 4 additions & 0 deletions x/tx/signing/aminojson/internal/testpb/test.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ message WithAList {
repeated string list = 2;
}

message WithAJson {
bytes field1 = 1 [(amino.encoding) = "inline_json"];
}

message ABitOfEverything {
option (amino.name) = "ABitOfEverything";

Expand Down
Loading

0 comments on commit 00bf1f0

Please sign in to comment.