tronprotocol / tronweb

Javascript API Library for interacting with the TRON Network
MIT License
423 stars 271 forks source link

TypeError: tronWeb.transactionBuilder.getDelegatedResourceAccountIndexV2 is not a function #405

Closed exfoex closed 1 year ago

exfoex commented 1 year ago

tx=await tronWeb.transactionBuilder.getDelegatedResourceAccountIndexV2( ad1)

This returns an error:

TypeError: tronWeb.transactionBuilder.getDelegatedResourceAccountIndexV2 is not a function

is this improvement already implemented here?

start940315 commented 1 year ago

Yes. But it's not in transactionBuilder module. You need to try tronWeb.trx.getDelegatedResourceAccountIndexV2( ad1). And TronWeb version should be v5.1.0 or newer.