Struct avalanche_types::jsonrpc::evm::GetTransactionReceiptResult
source · pub struct GetTransactionReceiptResult {
pub from: String,
pub to: String,
pub block_number: U256,
pub block_hash: Vec<u8>,
pub contract_address: Option<Vec<u8>>,
pub cumulative_gas_used: U256,
pub gas_used: U256,
pub transaction_index: U256,
pub transaction_hash: Vec<u8>,
pub status: U256,
}Expand description
Fields§
§from: String§to: String§block_number: U256§block_hash: Vec<u8>§contract_address: Option<Vec<u8>>Null, if none was created.
cumulative_gas_used: U256§gas_used: U256§transaction_index: U256§transaction_hash: Vec<u8>§status: U256Trait Implementations§
source§impl Clone for GetTransactionReceiptResult
impl Clone for GetTransactionReceiptResult
source§fn clone(&self) -> GetTransactionReceiptResult
fn clone(&self) -> GetTransactionReceiptResult
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for GetTransactionReceiptResult
impl Debug for GetTransactionReceiptResult
source§impl<'de> Deserialize<'de> for GetTransactionReceiptResult
impl<'de> Deserialize<'de> for GetTransactionReceiptResult
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<GetTransactionReceiptResult> for GetTransactionReceiptResult
impl PartialEq<GetTransactionReceiptResult> for GetTransactionReceiptResult
source§fn eq(&self, other: &GetTransactionReceiptResult) -> bool
fn eq(&self, other: &GetTransactionReceiptResult) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for GetTransactionReceiptResult
impl StructuralEq for GetTransactionReceiptResult
impl StructuralPartialEq for GetTransactionReceiptResult
Auto Trait Implementations§
impl RefUnwindSafe for GetTransactionReceiptResult
impl Send for GetTransactionReceiptResult
impl Sync for GetTransactionReceiptResult
impl Unpin for GetTransactionReceiptResult
impl UnwindSafe for GetTransactionReceiptResult
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.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