pub async fn create_transaction(
configuration: &Configuration,
dest_account_digital_signature: &str,
amount_digital_signature: &str,
body: TransactionInitiationRequest,
) -> Result<Transaction, Error<CreateTransactionError>>Expand description
Create a transaction request from a Seller Wallet account to another customer-provided account.