nibiru_std/proto/buf/cosmos.genutil.v1beta1.rs
1// @generated
2/// GenesisState defines the raw genesis transaction in JSON.
3#[allow(clippy::derive_partial_eq_without_eq)]
4#[derive(Clone, PartialEq, ::prost::Message)]
5pub struct GenesisState {
6 /// gen_txs defines the genesis transactions.
7 #[prost(bytes="bytes", repeated, tag="1")]
8 pub gen_txs: ::prost::alloc::vec::Vec<::prost::bytes::Bytes>,
9}
10// @@protoc_insertion_point(module)