Data

Type Alias Data 

Source
pub type Data = BoundedVec<u8, ConstU32<32>>;
Expand description

Data type for arbitrary information handled by the statement oracle.

Aliased Typeยง

pub struct Data(/* private fields */);