Skip to content

Instantly share code, notes, and snippets.

@michielmulders
Last active July 30, 2019 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michielmulders/038a1d17b7d970875f7186b4e7f97e01 to your computer and use it in GitHub Desktop.
Save michielmulders/038a1d17b7d970875f7186b4e7f97e01 to your computer and use it in GitHub Desktop.
Payment Transaction extension
class PaymentTransaction extends TransferTransaction {
static get TYPE () {
return 14;
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment