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

pub async fn create_coins_transaction_request_from_wallet(
    configuration: &Configuration,
    blockchain: &str,
    network: &str,
    wallet_id: &str,
    context: Option<&str>,
    create_coins_transaction_request_from_wallet_rb: Option<CreateCoinsTransactionRequestFromWalletRb>
) -> Result<CreateCoinsTransactionRequestFromWalletR, Error<CreateCoinsTransactionRequestFromWalletError>>
Expand description

Through this endpoint users can create a new transaction request from the entire Wallet instead from just a specific address. This endpoint can generate transactions from multiple to multiple addresses. {warning}This is available only for UTXO-based protocols such as Bitcoin, Bitcoin Cash, Litecoin, etc. It is not available for Account-based protocols like Ethereum.{/warning}