Type Alias pallet_contracts::migration::Cursor
source · pub type Cursor = BoundedVec<u8, ConstU32<1024>>;
Expand description
The cursor used to encode the position (usually the last iterated key) of the current migration step.
Aliased Type§
struct Cursor(/* private fields */);