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

Missing TypeScript toXDR property declaration on the Transaction class #295

Closed
kalepail opened this issue Jan 31, 2020 · 1 comment
Closed
Labels

Comments

@kalepail
Copy link
Contributor

Describe the bug
Transaction class is missing toXDR type property declaration.

Screen Shot 2020-01-31 at 2 41 00 PM

What version are you on?
"stellar-sdk": "^3.3.0"

To Reproduce
const transaction = new Transaction(xdr, networkPassphrase)
transaction.sign(keypair)
transaction.toXDR()

@kalepail kalepail added the bug label Jan 31, 2020
@abuiles
Copy link
Contributor

abuiles commented Jan 31, 2020

Fixed by #296

@abuiles abuiles closed this as completed Jan 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants