pub type ParamsIbcVpStore<'a, S, CA> = Store<VpValidationContext<'a, 'a, S, Cache<Name, CA>, VpEvalWasm<<S as StateRead>::D, <S as StateRead>::H, CA>>>;Expand description
Parameters store implementation over the native prior context
Aliased Typeยง
pub struct ParamsIbcVpStore<'a, S, CA>(/* private fields */);