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

Migrate convert, group, account files to TypeScript #314

Merged
merged 1 commit into from
Mar 22, 2021

Conversation

jdtzmn
Copy link
Contributor

@jdtzmn jdtzmn commented Mar 22, 2021

Closes #310. Also adds TransactionLike type and instantiateTxnIfNeeded utility method.

@jdtzmn jdtzmn force-pushed the jacob/root-files-to-typescript branch from 7cffb92 to e63b13e Compare March 22, 2021 14:35
src/account.ts Show resolved Hide resolved
src/transaction.ts Show resolved Hide resolved
* Add `TransactionLike` type and `instantiateTxnIfNeeded` utility method
@jdtzmn jdtzmn force-pushed the jacob/root-files-to-typescript branch from e63b13e to 78a1941 Compare March 22, 2021 15:11
Copy link
Contributor

@jasonpaulos jasonpaulos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pending tests this looks good!

@jdtzmn jdtzmn merged commit cc9c3fa into develop Mar 22, 2021
@jdtzmn jdtzmn deleted the jacob/root-files-to-typescript branch March 22, 2021 15:38
jdtzmn added a commit that referenced this pull request Mar 22, 2021
* Add `TransactionLike` type and `instantiateTxnIfNeeded` utility method
jdtzmn added a commit that referenced this pull request Mar 22, 2021
* Add `TransactionLike` type and `instantiateTxnIfNeeded` utility method
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.

Migrate convert, group, account files to TypeScript
2 participants