Skip to main content

send_safe_call

Function send_safe_call 

Source
pub(super) async fn send_safe_call(
    to: Address,
    data: Bytes,
    confirmations: u64,
    timeout: Option<u64>,
    poll_interval: Option<u64>,
    rpc: RpcOpts,
    wallet: WalletOpts,
    tx: TransactionOpts,
) -> Result<SafeSendResult>