Skip to main content

Fn

pub async fn Fn(
    SideCarIdentifier: &str,
    Method: String,
    Parameters: Value,
    TimeoutMilliseconds: u64,
) -> Result<Value, VineError>