nibiru_std/proto/buf/nibiru.genmsg.v1.rs
1// @generated
2/// GenesisState represents the messages to be processed during genesis by the genmsg module.
3#[allow(clippy::derive_partial_eq_without_eq)]
4#[derive(Clone, PartialEq, ::prost::Message)]
5pub struct GenesisState {
6 #[prost(message, repeated, tag="1")]
7 pub messages: ::prost::alloc::vec::Vec<::prost_types::Any>,
8}
9// @@protoc_insertion_point(module)