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

Need to add new transaction types to GetTransactions #138

Open
mDuo13 opened this issue Apr 11, 2017 · 0 comments
Open

Need to add new transaction types to GetTransactions #138

mDuo13 opened this issue Apr 11, 2017 · 0 comments

Comments

@mDuo13
Copy link
Collaborator

mDuo13 commented Apr 11, 2017

Only 8 transaction/pseudo-transaction types are recognized by the GetTransactions method:

https://github.com/ripple/rippled-historical-database/blob/develop/api/routes/getTransactions.js#L8-L17

However, amendments have added the following 7 additional transaction types:

  • EscrowCreate
  • EscrowCancel
  • EscrowFinish
  • PaymentChannelCreate
  • PaymentChannelClaim
  • PaymentChannelFund
  • SignerListSet

EDIT: Very soon, amendments will add the following additional transaction types:

  • CheckCreate
  • CheckCash
  • CheckCancel

Also, there are 2 new tec codes that can appear as transaction results:

  • tecINVARIANT_FAILED
  • tecEXPIRED
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