Type Alias pallet_offences::OpaqueTimeSlot
source · pub(crate) type OpaqueTimeSlot = Vec<u8>;
Expand description
A binary blob which represents a SCALE codec-encoded O::TimeSlot
.
Aliased Type§
struct OpaqueTimeSlot {
buf: RawVec<u8>,
len: usize,
}
Fields§
§buf: RawVec<u8>
§len: usize