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

Feat/reopenable contract provider #22

Merged
merged 5 commits into from
Feb 23, 2024

Conversation

thekiba
Copy link
Collaborator

@thekiba thekiba commented Feb 12, 2024

No description provided.

@thekiba thekiba force-pushed the feat/reopenable-contract-provider branch from 957c9f0 to 637af3a Compare February 22, 2024 16:27
},
async getTransactions(address: Address, lt: bigint, hash: Buffer): Promise<Transaction[]> {
const result = await client.getAccountTransactions(address, lt, hash);
return result.flatMap(x => x.tx);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why flatMap and not map?

@dvlkv dvlkv merged commit 5407afb into ton-org:master Feb 23, 2024
aSpite pushed a commit to aSpite/ton that referenced this pull request Jun 11, 2024
…api-v4 (ton-org#22)

* feat: adding new getAccountTransactionsParsed support for api-v4

* chore: count to params

---------

Co-authored-by: Dan Volkov <[email protected]>
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.

2 participants