JudgementContext

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§

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