Skip to content

Commit

Permalink
cosmos-sdk-proto: expose gov::v1 module
Browse files Browse the repository at this point in the history
Continuation of #421
  • Loading branch information
tony-iqlusion committed Oct 3, 2023
1 parent 395d625 commit e13c894
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cosmos-sdk-proto/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ pub mod cosmos {

/// Messages and services handling governance
pub mod gov {
pub mod v1 {
include!("prost/cosmos-sdk/cosmos.gov.v1.rs");
}
pub mod v1beta1 {
include!("prost/cosmos-sdk/cosmos.gov.v1beta1.rs");
}
Expand Down

0 comments on commit e13c894

Please sign in to comment.