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

Questions: How are wallet transactions retrieved for Sui? #1

Open
BadVoice opened this issue Jan 17, 2025 · 1 comment
Open

Questions: How are wallet transactions retrieved for Sui? #1

BadVoice opened this issue Jan 17, 2025 · 1 comment

Comments

@BadVoice
Copy link

BadVoice commented Jan 17, 2025

Sup, I noticed a getTransactions API method in the wallet. However, it seems you're not fetching them directly from a blockchain node. Why is that?

Are you utilizing a custom server to provide transaction data?

async getTransactions(address, cursor, limit) {

upd: I think I saw that requestNode function in cs-common. It seems it does make requests directly to a node after all

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

2 participants
@BadVoice and others