estimate Transaction Fee
suspend fun estimateTransactionFee(transactionRequest: TransactionRequest): Result<EstimatedTransactionFeeResponse>
Estimates the transaction fee for a specific transaction request. This endpoint simulates a transaction which means that the system will expect to have the requested asset and balance in the specified wallet.
Note: Supports all Fireblocks assets except ZCash (ZEC).
Return
A Result containing an EstimatedTransactionFeeResponse if the transaction fee was successfully estimated, or an EmbeddedWalletException in case of failure.
Parameters
transaction Request