#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct TxResponse {
#[prost(int64, tag = "1")]
pub height: i64,
#[prost(string, tag = "2")]
pub txhash: ::prost::alloc::string::String,
#[prost(string, tag = "3")]
pub codespace: ::prost::alloc::string::String,
#[prost(uint32, tag = "4")]
pub code: u32,
#[prost(string, tag = "5")]
pub data: ::prost::alloc::string::String,
#[prost(string, tag = "6")]
pub raw_log: ::prost::alloc::string::String,
#[prost(message, repeated, tag = "7")]
pub logs: ::prost::alloc::vec::Vec<AbciMessageLog>,
#[prost(string, tag = "8")]
pub info: ::prost::alloc::string::String,
#[prost(int64, tag = "9")]
pub gas_wanted: i64,
#[prost(int64, tag = "10")]
pub gas_used: i64,
#[prost(message, optional, tag = "11")]
pub tx: ::core::option::Option<::pbjson_types::Any>,
#[prost(string, tag = "12")]
pub timestamp: ::prost::alloc::string::String,
#[prost(message, repeated, tag = "13")]
pub events: ::prost::alloc::vec::Vec<
super::super::super::super::tendermint::abci::Event,
>,
}
impl ::prost::Name for TxResponse {
const NAME: &'static str = "TxResponse";
const PACKAGE: &'static str = "cosmos.base.abci.v1beta1";
fn full_name() -> ::prost::alloc::string::String {
::prost::alloc::format!("cosmos.base.abci.v1beta1.{}", Self::NAME)
}
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct AbciMessageLog {
#[prost(uint32, tag = "1")]
pub msg_index: u32,
#[prost(string, tag = "2")]
pub log: ::prost::alloc::string::String,
#[prost(message, repeated, tag = "3")]
pub events: ::prost::alloc::vec::Vec<StringEvent>,
}
impl ::prost::Name for AbciMessageLog {
const NAME: &'static str = "ABCIMessageLog";
const PACKAGE: &'static str = "cosmos.base.abci.v1beta1";
fn full_name() -> ::prost::alloc::string::String {
::prost::alloc::format!("cosmos.base.abci.v1beta1.{}", Self::NAME)
}
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct StringEvent {
#[prost(string, tag = "1")]
pub r#type: ::prost::alloc::string::String,
#[prost(message, repeated, tag = "2")]
pub attributes: ::prost::alloc::vec::Vec<Attribute>,
}
impl ::prost::Name for StringEvent {
const NAME: &'static str = "StringEvent";
const PACKAGE: &'static str = "cosmos.base.abci.v1beta1";
fn full_name() -> ::prost::alloc::string::String {
::prost::alloc::format!("cosmos.base.abci.v1beta1.{}", Self::NAME)
}
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Attribute {
#[prost(string, tag = "1")]
pub key: ::prost::alloc::string::String,
#[prost(string, tag = "2")]
pub value: ::prost::alloc::string::String,
}
impl ::prost::Name for Attribute {
const NAME: &'static str = "Attribute";
const PACKAGE: &'static str = "cosmos.base.abci.v1beta1";
fn full_name() -> ::prost::alloc::string::String {
::prost::alloc::format!("cosmos.base.abci.v1beta1.{}", Self::NAME)
}
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct GasInfo {
#[prost(uint64, tag = "1")]
pub gas_wanted: u64,
#[prost(uint64, tag = "2")]
pub gas_used: u64,
}
impl ::prost::Name for GasInfo {
const NAME: &'static str = "GasInfo";
const PACKAGE: &'static str = "cosmos.base.abci.v1beta1";
fn full_name() -> ::prost::alloc::string::String {
::prost::alloc::format!("cosmos.base.abci.v1beta1.{}", Self::NAME)
}
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Result {
#[deprecated]
#[prost(bytes = "vec", tag = "1")]
pub data: ::prost::alloc::vec::Vec<u8>,
#[prost(string, tag = "2")]
pub log: ::prost::alloc::string::String,
#[prost(message, repeated, tag = "3")]
pub events: ::prost::alloc::vec::Vec<
super::super::super::super::tendermint::abci::Event,
>,
#[prost(message, repeated, tag = "4")]
pub msg_responses: ::prost::alloc::vec::Vec<::pbjson_types::Any>,
}
impl ::prost::Name for Result {
const NAME: &'static str = "Result";
const PACKAGE: &'static str = "cosmos.base.abci.v1beta1";
fn full_name() -> ::prost::alloc::string::String {
::prost::alloc::format!("cosmos.base.abci.v1beta1.{}", Self::NAME)
}
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct SimulationResponse {
#[prost(message, optional, tag = "1")]
pub gas_info: ::core::option::Option<GasInfo>,
#[prost(message, optional, tag = "2")]
pub result: ::core::option::Option<Result>,
}
impl ::prost::Name for SimulationResponse {
const NAME: &'static str = "SimulationResponse";
const PACKAGE: &'static str = "cosmos.base.abci.v1beta1";
fn full_name() -> ::prost::alloc::string::String {
::prost::alloc::format!("cosmos.base.abci.v1beta1.{}", Self::NAME)
}
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct MsgData {
#[prost(string, tag = "1")]
pub msg_type: ::prost::alloc::string::String,
#[prost(bytes = "vec", tag = "2")]
pub data: ::prost::alloc::vec::Vec<u8>,
}
impl ::prost::Name for MsgData {
const NAME: &'static str = "MsgData";
const PACKAGE: &'static str = "cosmos.base.abci.v1beta1";
fn full_name() -> ::prost::alloc::string::String {
::prost::alloc::format!("cosmos.base.abci.v1beta1.{}", Self::NAME)
}
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct TxMsgData {
#[deprecated]
#[prost(message, repeated, tag = "1")]
pub data: ::prost::alloc::vec::Vec<MsgData>,
#[prost(message, repeated, tag = "2")]
pub msg_responses: ::prost::alloc::vec::Vec<::pbjson_types::Any>,
}
impl ::prost::Name for TxMsgData {
const NAME: &'static str = "TxMsgData";
const PACKAGE: &'static str = "cosmos.base.abci.v1beta1";
fn full_name() -> ::prost::alloc::string::String {
::prost::alloc::format!("cosmos.base.abci.v1beta1.{}", Self::NAME)
}
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct SearchTxsResult {
#[prost(uint64, tag = "1")]
pub total_count: u64,
#[prost(uint64, tag = "2")]
pub count: u64,
#[prost(uint64, tag = "3")]
pub page_number: u64,
#[prost(uint64, tag = "4")]
pub page_total: u64,
#[prost(uint64, tag = "5")]
pub limit: u64,
#[prost(message, repeated, tag = "6")]
pub txs: ::prost::alloc::vec::Vec<TxResponse>,
}
impl ::prost::Name for SearchTxsResult {
const NAME: &'static str = "SearchTxsResult";
const PACKAGE: &'static str = "cosmos.base.abci.v1beta1";
fn full_name() -> ::prost::alloc::string::String {
::prost::alloc::format!("cosmos.base.abci.v1beta1.{}", Self::NAME)
}
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct SearchBlocksResult {
#[prost(int64, tag = "1")]
pub total_count: i64,
#[prost(int64, tag = "2")]
pub count: i64,
#[prost(int64, tag = "3")]
pub page_number: i64,
#[prost(int64, tag = "4")]
pub page_total: i64,
#[prost(int64, tag = "5")]
pub limit: i64,
#[prost(message, repeated, tag = "6")]
pub blocks: ::prost::alloc::vec::Vec<
super::super::super::super::tendermint::types::Block,
>,
}
impl ::prost::Name for SearchBlocksResult {
const NAME: &'static str = "SearchBlocksResult";
const PACKAGE: &'static str = "cosmos.base.abci.v1beta1";
fn full_name() -> ::prost::alloc::string::String {
::prost::alloc::format!("cosmos.base.abci.v1beta1.{}", Self::NAME)
}
}