Struct boot_core::prelude::CosmTxResponse
source · pub struct CosmTxResponse {
pub height: u64,
pub txhash: String,
pub codespace: String,
pub code: usize,
pub data: String,
pub raw_log: String,
pub logs: Vec<TxResultBlockMsg>,
pub info: String,
pub gas_wanted: u64,
pub gas_used: u64,
pub timestamp: DateTime<Utc>,
pub events: Vec<Event>,
}
Fields§
§height: u64
§txhash: String
§codespace: String
§code: usize
§data: String
§raw_log: String
§logs: Vec<TxResultBlockMsg>
§info: String
§gas_wanted: u64
§gas_used: u64
§timestamp: DateTime<Utc>
§events: Vec<Event>
Implementations§
Trait Implementations§
source§impl Debug for CosmTxResponse
impl Debug for CosmTxResponse
source§impl From<TxResponse> for CosmTxResponse
impl From<TxResponse> for CosmTxResponse
source§impl IndexResponse for CosmTxResponse
impl IndexResponse for CosmTxResponse
Auto Trait Implementations§
impl RefUnwindSafe for CosmTxResponse
impl Send for CosmTxResponse
impl Sync for CosmTxResponse
impl Unpin for CosmTxResponse
impl UnwindSafe for CosmTxResponse
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request