Function cryptoapis::apis::automatic_coins_forwarding_api::delete_automatic_coins_forwarding[][src]

pub async fn delete_automatic_coins_forwarding(
    configuration: &Configuration,
    blockchain: &str,
    network: &str,
    reference_id: &str,
    context: Option<&str>
) -> Result<DeleteAutomaticCoinsForwardingR, Error<DeleteAutomaticCoinsForwardingError>>
Expand description

Through this endpoint customers can delete a forwarding function they have set for coins (not tokens). By setting a fromAddress and a toAddress, and specifying the amount, coins can be transferred between addresses. A feePriority will be returned which represents the fee priority of the automation whether it is "SLOW", "STANDARD" OR "FAST". {warning}The subscription will work for all incoming transactions until it is deleted. There is no need to do that for every transaction.{/warning}