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

move to newer algosdk for constructing txns #59

Open
spencercap opened this issue Feb 14, 2023 · 1 comment
Open

move to newer algosdk for constructing txns #59

spencercap opened this issue Feb 14, 2023 · 1 comment

Comments

@spencercap
Copy link
Member

const t = new algosdk.Transaction({
    from: '123'
});
@spencercap
Copy link
Member Author

spencercap commented Jul 26, 2023

and leverage algosdk's AtomicTransactionComposer - it's a simpler and consistent way to build any number of txns + txns in a group

https://github.com/algorand/js-algorand-sdk/blob/4e1073d6a15b443a73dedf42b025173b397624b0/examples/atc.ts#L52

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