Enum ckb_script::VerifyResult[][src]

pub enum VerifyResult<'a> {
    Completed(Cycle),
    Suspended(TransactionState<'a>),
}
Expand description

Enum represent resumable verify result

Variants

Completed(Cycle)

Completed total cycles

Tuple Fields of Completed

0: Cycle
Suspended(TransactionState<'a>)

Suspended state

Tuple Fields of Suspended

0: TransactionState<'a>

Trait Implementations

Formats the value using the given formatter. Read more

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.