CustomStatement

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ยง

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