referrerpolicy=no-referrer-when-downgrade

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§

struct Data(/* private fields */);