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§fn from(tx: TxResponse) -> Self
fn from(tx: TxResponse) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CosmTxResponse
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> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
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