Struct ckb_script::TransactionSnapshot[][src]

pub struct TransactionSnapshot {
    pub current: (ScriptGroupType, Byte32),
    pub remain: Vec<(ScriptGroupType, Byte32)>,
    pub snap: Option<Snapshot>,
    pub current_cycles: Cycle,
    pub limit_cycles: Cycle,
}
Expand description

Struct specifies which script has verified so far. Snapshot is lifetime free, but capture snapshot need heavy memory copy

Fields

current: (ScriptGroupType, Byte32)

current suspended script

remain: Vec<(ScriptGroupType, Byte32)>

remain script groups to verify

snap: Option<Snapshot>

vm snapshot

current_cycles: Cycle

current consumed cycle

limit_cycles: Cycle

limit cycles when snapshot create

Implementations

Return next limit cycles according to max_cycles and step_cycles

Trait Implementations

Formats the value using the given formatter. Read more

The type returned in the event of a conversion error.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

TODO(doc): @quake

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.