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

TypeError: Body is unusable #1098

Open
iaminnasr opened this issue May 5, 2024 · 0 comments
Open

TypeError: Body is unusable #1098

iaminnasr opened this issue May 5, 2024 · 0 comments

Comments

@iaminnasr
Copy link

iaminnasr commented May 5, 2024

when i want to get balance for trx i get this error
TypeError: Body is unusable

const tatum = await TatumSDK.init<Tron>({ network: Network.TRON, logger, apiKey: { v4:'*', }, configureWalletProviders: [TronWalletProvider], // retryCount: 3, }); const balance = await tatum.rpc.getBalance( 'TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t' );

but i test with TronWeb and no problem

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