Struct ckb_verification::cache::Suspended
source · [−]pub struct Suspended {
pub fee: Capacity,
pub snap: Arc<TransactionSnapshot>,
}Expand description
Suspended state
Fields
fee: CapacityCached tx fee
snap: Arc<TransactionSnapshot>Snapshot
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Suspended
impl UnwindSafe for Suspended
Blanket Implementations
Mutably borrows from an owned value. Read more