pub type Data = BoundedVec<u8, ConstU32<32>>;
Expand description
Data type for arbitrary information handled by the statement oracle.
Aliased Type§
struct Data(/* private fields */);
pub type Data = BoundedVec<u8, ConstU32<32>>;
Data type for arbitrary information handled by the statement oracle.
struct Data(/* private fields */);