Skip to content
Discussion options

You must be logged in to vote

The batch transaction management in the SDK sends transactions in parallel. First it fetches the account sequence number from chain and maintains it in a local queue so then it sends the next transaction with a higher sequence number than the prev transaction.

Can check the code here https://github.com/aptos-labs/aptos-ts-sdk/blob/main/src/transactions/management/transactionWorker.ts#L60

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by JohnChangUK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ts-sdk Questions related to the TypeScript SDK
2 participants