pub type BoundedExecution<T> = OnChainExecution<T>;
👎Deprecated: use OnChainExecution, which is bounded by default
Aliased Type§
struct BoundedExecution<T>(/* private fields */);
pub type BoundedExecution<T> = OnChainExecution<T>;
struct BoundedExecution<T>(/* private fields */);