Skip to content

Commit

Permalink
Add confidential transfer constants (#552)
Browse files Browse the repository at this point in the history
## Describe your changes and provide context
Add confidential transfer constants
## Testing performed to validate your change
- imported into CT module in a separate branch in e.g.
https://github.com/sei-protocol/sei-chain/blob/feature/ct_types/aclmapping/confidentialtransfers/mappings.go#L51
  • Loading branch information
dssei authored Dec 6, 2024
1 parent 2815ef1 commit a11b106
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 85 deletions.
5 changes: 5 additions & 0 deletions proto/cosmos/accesscontrol/constants.proto
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ enum ResourceType {
KV_BANK_WEI_BALANCE = 108; // child of KV_BANK

reserved 109, 110; // dex deprecated

KV_CT = 111; // child of KV
KV_CT_ACCOUNT = 112; // child of KV_CT

reserved 113 to 115; // CT reserved
}

enum WasmMessageSubtype {
Expand Down
177 changes: 92 additions & 85 deletions types/accesscontrol/constants.pb.go

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

0 comments on commit a11b106

Please sign in to comment.