pub type JudgementContext = BoundedVec<u8, ConstU32<CONTEXT_SIZE>>;
Expand description
The type used to represent the context of an oracle’s judgement.
Aliased Type§
struct JudgementContext(/* private fields */);
pub type JudgementContext = BoundedVec<u8, ConstU32<CONTEXT_SIZE>>;
The type used to represent the context of an oracle’s judgement.
struct JudgementContext(/* private fields */);