Struct cfx_rpc_cfx_types::PhantomBlock
source · pub struct PhantomBlock {
pub pivot_header: BlockHeader,
pub transactions: Vec<Arc<SignedTransaction>>,
pub receipts: Vec<Receipt>,
pub errors: Vec<String>,
pub bloom: Bloom,
pub traces: Vec<TransactionExecTraces>,
pub total_gas_limit: U256,
}
Fields§
§pivot_header: BlockHeader
§transactions: Vec<Arc<SignedTransaction>>
§receipts: Vec<Receipt>
§errors: Vec<String>
§bloom: Bloom
§traces: Vec<TransactionExecTraces>
§total_gas_limit: U256
Auto Trait Implementations§
impl RefUnwindSafe for PhantomBlock
impl Send for PhantomBlock
impl Sync for PhantomBlock
impl Unpin for PhantomBlock
impl UnwindSafe for PhantomBlock
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