We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
getTransactions
Are you utilizing a custom server to provide transaction data?
cs-sui-wallet/lib/API.js
Line 66 in 90c8abb
upd: I think I saw that requestNode function in cs-common. It seems it does make requests directly to a node after all
requestNode
cs-common
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
cs-sui-wallet/lib/API.js
Line 66 in 90c8abb
upd: I think I saw that
requestNode
function incs-common
. It seems it does make requests directly to a node after allThe text was updated successfully, but these errors were encountered: