metaplex-foundation / SolanaKT

This is a open source library on kotlin for Solana protocol.
MIT License
70 stars 37 forks source link

How to get transaction information from getConfirmedTransaction? #64

Closed swiftyLuke closed 2 years ago

swiftyLuke commented 2 years ago

Hello,

I am trying to fetch transaction history and it is successful but the result is mapped to object which doesn't contain transaction-specific information. On Solana swift I can get it from ConfirmedTransaction.Instruction object, but in Kotlin there are only three fields available: Zrzut ekranu 2022-02-21 o 13 53 26

Any chance to get an update here?

Thanks in advance!

kaushal-inexture commented 2 years ago

Hello swiftyLuke,

Can I know how you are getting account? Using Solana

ajamaica commented 2 years ago

This is now fixed on https://github.com/metaplex-foundation/SolanaKT/pull/107