Type Alias distance_oracle::runtime::utility::calls::types::force_batch::Calls
source · pub type Calls = Vec<RuntimeCall>;
Aliased Type§
struct Calls {
buf: RawVec<RuntimeCall>,
len: usize,
}
Fields§
§buf: RawVec<RuntimeCall>
§len: usize