iotaledger / iri

IOTA Reference Implementation
Other
1.15k stars 370 forks source link

How do I get the status of a transaction? #1801

Closed liuxh-go closed 4 years ago

liuxh-go commented 4 years ago

I used getTrytes to get the data of a transaction. How can I tell if the status of the transaction is pending or confirmed?

liuxh-go commented 4 years ago

oh,i know

kwek20 commented 4 years ago

For those wondering; You can use getInclusionStates API call to query confirmation.