Function cast::cast_send[][src]

pub(crate) async fn cast_send<M: Middleware, F: Into<NameOrAddress>, T: Into<NameOrAddress>>(
    provider: M,
    from: F,
    to: T,
    sig: String,
    args: Vec<String>,
    cast_async: bool
) -> Result<()> where
    M::Error: 'static,