Skip to content

Commit

Permalink
add base account and module account any serde
Browse files Browse the repository at this point in the history
  • Loading branch information
iboss-ptk committed Oct 16, 2023
1 parent 8d032e9 commit f33ddf8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/osmosis-std/src/shim.rs
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,9 @@ expand_as_any!(
// balancer pool param has more fields
crate::types::osmosis::gamm::v1beta1::PoolParams,
crate::types::osmosis::gamm::poolmodels::stableswap::v1beta1::PoolParams,
// accounts have distincted structure
crate::types::cosmos::auth::v1beta1::BaseAccount,
crate::types::cosmos::auth::v1beta1::ModuleAccount,
);

macro_rules! impl_prost_types_exact_conversion {
Expand Down

0 comments on commit f33ddf8

Please sign in to comment.