pub type BoundedExecution<T> = OnChainExecution<T>;
👎Deprecated: use OnChainExecution, which is bounded by default

Aliased Type§

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