Open Alteryy opened 3 years ago
Same issue
Chia Explorer shows coin ids and not transaction ids.
Can sendTransaction return coin ids and how to get coin ids ?
@Alteryy If you still have this issue, I created chia-utils a while ago, it might help solve your problem (try either get_coin_info
or get_coin_info_mojo
).
@crcrcr999 If you still have this issue, I created chia-utils a while ago, it might help solve your problem (try either get_coin_info
or get_coin_info_mojo
).
use sendTransaction, return transaction_id: 0x8a617e99692bbdc18db9fc27781f539b753d5d396e3d868008f81e3e95d089e7,
but explorer is: https://www.chiaexplorer.com/blockchain/coin/0x45f56e6c91933b81ab464f552c39b3b306c040368f03b654debcbd2799538ca2
why? How to solve it.