Function warp_api_ffi::api::payment::build_sign_send_multi_payment
source · [−]pub async fn build_sign_send_multi_payment(
last_height: u32,
recipients: &[RecipientMemo],
use_transparent: bool,
anchor_offset: u32,
progress_callback: Box<dyn Fn(Progress) + Send + Sync>
) -> Result<String>Expand description
Build, sign and broadcast a multi payment
Arguments
last_height: current block heightrecipients: list of recipientsuse_transparent: include transparent balanceanchor_offset: minimum number of confirmations for note selectionprogress_callback: function callback during transaction building