Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels