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

state change schema & type definitions #135

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

gouthamp-stellar
Copy link
Contributor

@gouthamp-stellar gouthamp-stellar commented Feb 21, 2025

state change schema + type definitions. Definitions for

  • transactions
  • operations
  • statechanges
  • enums for statechangetype and statechangereason

NOTE: an enum for operationtype was not defined, and it is instead defined as an int, because operations are already defined here and we can reuse the same definitions: https://github.com/stellar/go/blob/master/xdr/xdr_generated.go#L26035

along with corresponding type definitions for these tables in golang - which will be used in later tasks (like building in memory maps)

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

Successfully merging this pull request may close these issues.

2 participants