Skip to content

Commit

Permalink
Add more name traits
Browse files Browse the repository at this point in the history
  • Loading branch information
penso committed Nov 1, 2023
1 parent a178baa commit 0ee112e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cosmos-sdk-proto/src/type_names.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,16 @@ mod wasm {

const COSMWASM_PACKAGE: &str = "cosmwasm.wasm.v1";

impl_name!(
cosmwasm::wasm::v1::AccessConfigUpdate,
COSMWASM_PACKAGE,
"AccessConfigUpdate"
);
impl_name!(
cosmwasm::wasm::v1::AccessConfig,
COSMWASM_PACKAGE,
"AccessConfig"
);
impl_name!(
cosmwasm::wasm::v1::MigrateContractProposal,
COSMWASM_PACKAGE,
Expand Down

0 comments on commit 0ee112e

Please sign in to comment.