Skip to content

Commit

Permalink
feat(api): add bank field in v0.7.4 (ref #20014)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Apr 15, 2024
1 parent c0ecaf7 commit 5030bb7
Show file tree
Hide file tree
Showing 2 changed files with 164 additions and 19 deletions.
177 changes: 158 additions & 19 deletions api/cosmos/bank/module/v1/module.pulsar.go

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

6 changes: 6 additions & 0 deletions proto/cosmos/bank/module/v1/module.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,10 @@ message Module {

// authority defines the custom module authority. If not set, defaults to the governance module.
string authority = 2;

// restrictions_order specifies the order of send restrictions and should be
// a list of module names which provide a send restriction instance. If no
// order is provided, then restrictions will be applied in alphabetical order
// of module names.
repeated string restrictions_order = 3;
}

0 comments on commit 5030bb7

Please sign in to comment.