Satya

Results 93 comments of Satya

> Is it related to this [cardano-community/guild-operators#1466](https://github.com/cardano-community/guild-operators/pull/1466) ? It seems we may need to use tx_info endpoint.

The current backend api layer has only the minimum apis required to post a transaction or any other operations supported by the library. Adding too many methods may increase the...

Thanks. >> this is not quite correct as the rule is : transaction should be min 1 ada and not the resulting UTOX in the wallet. As per my understanding,...

@sourcelib-stack Thanks for the clarification. If sender balance = 1.5 Ada, fee = 0.169813 Ada then you need to send exactly 1.330187 ADA to receiver to send all ada from...

Closing this. @sourcelib-stack please re-open if you still see this issue.

Are you doing a simple ADA transfer transaction ? Is there any native token in the utxo ? If it's just a ADA transfer, 0.176 ADA txn fee looks normal....

It looks like mismatch in total input and total output amount. Not sure but may be due to min ada amount requirement in utxo (due to native tokens). You may...

"when it exceeds 10ADA, there is an error when it involves multiple accounts" So multiple senders and receivers ? It could be a bug.

Meanwhile, as a workaround, you may want to manually construct transaction (without TransactionHelper). Here's a sample https://gist.github.com/satran004/979e3da6bc819e9fe0568f40c2887196 Alternatively, you can also provide your own UtxoSelectionStrategy if you still want to...