DecodedValue

Type Alias DecodedValue 

Source
type DecodedValue = Array<FieldElement, U256>;

Aliased Type§

#[repr(transparent)]
struct DecodedValue(pub [FieldElement; 256]);

Tuple Fields§

§0: [FieldElement; 256]