Struct ckb_notify::PoolTransactionEntry [−][src]
pub struct PoolTransactionEntry {
pub transaction: TransactionView,
pub cycles: u64,
pub size: usize,
pub fee: Capacity,
}Expand description
Notify pool transaction entry
Fields
transaction: TransactionViewTransaction view
cycles: u64Transaction consumed cycles
size: usizeTransaction serialized cycles
fee: CapacityTransaction fee
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for PoolTransactionEntry
impl Send for PoolTransactionEntry
impl Sync for PoolTransactionEntry
impl Unpin for PoolTransactionEntry
impl UnwindSafe for PoolTransactionEntry
Blanket Implementations
Mutably borrows from an owned value. Read more