Function cryptoapis::apis::automatic_tokens_forwarding_api::delete_automatic_tokens_forwarding[][src]

pub async fn delete_automatic_tokens_forwarding(
    configuration: &Configuration,
    blockchain: &str,
    network: &str,
    reference_id: &str,
    context: Option<&str>
) -> Result<DeleteAutomaticTokensForwardingR, Error<DeleteAutomaticTokensForwardingError>>
Expand description

Through this endpoint customers can delete a forwarding function they have set for tokens (not coins). By setting a fromAddress and a toAddress, and specifying the amount, tokens 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}