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 */);pub type CustomStatement = BoundedVec<u8, ConstU32<MAX_STATEMENT_DATA_SIZE>>;Data type for custom statement information handled by the statement oracle.
struct CustomStatement(/* private fields */);