Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions cosmos-sdk-proto/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,13 @@ pub mod cosmos {
}
}

/// Messages and services handling groups
pub mod group {
pub mod v1 {
include!("prost/cosmos-sdk/cosmos.group.v1.rs");
}
}

/// Messages and services handling minting
pub mod mint {
pub mod v1beta1 {
Expand Down