freddiecoleman / chia-client

TypeScript client for Chia RPC interfaces.
https://www.chiaexplorer.com/
MIT License
89 stars 43 forks source link

sendTransaction get an unkown transaction_id #16

Open Alteryy opened 3 years ago

Alteryy commented 3 years ago

use sendTransaction, return transaction_id: 0x8a617e99692bbdc18db9fc27781f539b753d5d396e3d868008f81e3e95d089e7,

but explorer is: https://www.chiaexplorer.com/blockchain/coin/0x45f56e6c91933b81ab464f552c39b3b306c040368f03b654debcbd2799538ca2

why? How to solve it.

crcrcr999 commented 3 years ago

Same issue

freddiecoleman commented 3 years ago

Chia Explorer shows coin ids and not transaction ids.

Alteryy commented 3 years ago

Can sendTransaction return coin ids and how to get coin ids ?

CMEONE commented 3 years ago

@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).

CMEONE commented 3 years ago

@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).