Last active
July 30, 2019 14:51
-
-
Save michielmulders/038a1d17b7d970875f7186b4e7f97e01 to your computer and use it in GitHub Desktop.
Payment Transaction extension
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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