referrerpolicy=no-referrer-when-downgrade

Type Alias JudgementContext

Source
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 */);