feat(x/bank): support depinject for send restrictions (backport #20014) (#20024)

This commit is contained in:
mergify[bot]
2024-04-15 23:29:52 +02:00
committed by GitHub
parent d6a0fa1504
commit dafcc78dfd
12 changed files with 221 additions and 33 deletions
+7 -1
View File
@@ -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;
}