Type Alias GenericLightClientStateMsg

Source
pub type GenericLightClientStateMsg<F> = [F; 3];

Trait Implementations§

Source§

impl<F: PrimeField> From<&GenericLightClientState<F>> for GenericLightClientStateMsg<F>

Source§

fn from(state: &GenericLightClientState<F>) -> Self

Converts to this type from the input type.
Source§

impl<F: PrimeField> From<GenericLightClientState<F>> for GenericLightClientStateMsg<F>

Source§

fn from(state: GenericLightClientState<F>) -> Self

Converts to this type from the input type.