Function cryptoapis::apis::transactions_api::create_coins_transaction_request_from_address[][src]

pub async fn create_coins_transaction_request_from_address(
    configuration: &Configuration,
    address: &str,
    blockchain: &str,
    network: &str,
    wallet_id: &str,
    context: Option<&str>,
    create_coins_transaction_request_from_address_rb: Option<CreateCoinsTransactionRequestFromAddressRb>
) -> Result<CreateCoinsTransactionRequestFromAddressR, Error<CreateCoinsTransactionRequestFromAddressError>>
Expand description

Through this endpoint users can create a new single transaction request from one address to another.