Type Alias BoundedExecution

Source
pub type BoundedExecution<T> = OnChainExecution<T>;
๐Ÿ‘ŽDeprecated: use OnChainExecution, which is bounded by default

Aliased Typeยง

pub struct BoundedExecution<T>(/* private fields */);