gagliardetto / solana-go

Go SDK library and RPC client for the Solana Blockchain
Apache License 2.0
943 stars 267 forks source link

Add `ComputeUnitsConsumed` to `TransactionMeta` #169

Closed cloakd closed 10 months ago

cloakd commented 10 months ago

GetTransaction now returns this field.

Ref: https://docs.solana.com/api/http#gettransaction

gagliardetto commented 10 months ago

Thank you!