Function cryptoapis::apis::features_api::broadcast_locally_signed_transaction[][src]

pub async fn broadcast_locally_signed_transaction(
    configuration: &Configuration,
    blockchain: &str,
    network: &str,
    context: Option<&str>,
    broadcast_locally_signed_transaction_rb: Option<BroadcastLocallySignedTransactionRb>
) -> Result<BroadcastLocallySignedTransactionR, Error<BroadcastLocallySignedTransactionError>>
Expand description

Through this endpoint customers can broadcast transactions that have been already signed locally. Instead of using a node for broadcasting a signed transaction users can use this endpoint. We then keep the user posted about the status by sending you a callback with a success or failure status.