Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to determine if transaction is "transfer" / "buying" / "selling" #279

Open
Teyz opened this issue Jan 7, 2025 · 0 comments
Open

How to determine if transaction is "transfer" / "buying" / "selling" #279

Teyz opened this issue Jan 7, 2025 · 0 comments

Comments

@Teyz
Copy link

Teyz commented Jan 7, 2025

Hello,

I'm currently working on a project and I need data from transaction.
In order to get the PnL, I need to know if a transaction is a buying transaction or not.

I'm using getParsedTransaction but I have empty Parsed or Data fields.
Do you guys have a solution ?

Is this normal that asString and asInstructionInfo are in private and not in public ??

type InstructionInfoEnvelope struct {
	asString          string
	asInstructionInfo *InstructionInfo
}

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant