referrerpolicy=no-referrer-when-downgrade

Type Alias CustomStatement

Source
pub type CustomStatement = BoundedVec<u8, ConstU32<MAX_STATEMENT_DATA_SIZE>>;
Expand description

Data type for custom statement information handled by the statement oracle.

Aliased Type§

struct CustomStatement(/* private fields */);