Skip to main content

EthGetTransactionReceiptResp

Type Alias EthGetTransactionReceiptResp 

pub type EthGetTransactionReceiptResp = Option<EthTransactionReceipt>;

Aliased Type§

pub enum EthGetTransactionReceiptResp {
    None,
    Some(EthTransactionReceipt),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(EthTransactionReceipt)

Some value of type T.