pub fn call<C: Context, V: Validator + 'static>(
ctx: &C,
info: SubcallInfo,
validator: V,
) -> Result<SubcallResult, Error>Expand description
Perform a subcall.
pub fn call<C: Context, V: Validator + 'static>(
ctx: &C,
info: SubcallInfo,
validator: V,
) -> Result<SubcallResult, Error>Perform a subcall.