Ellipsis-Labs / phoenix-sdk

SDK for interacting with the Phoenix DEX.
83 stars 41 forks source link

Refactor parse events to be market agnostic #86

Closed jarry-xiao closed 1 year ago

jarry-xiao commented 1 year ago

parse_events_from_transaction requires you to pass in a market key, but this is bad UX for the CLI. Ideally you just pass in a transaction hash and it spits out all events for all markets.