-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
I got an error when calling BalanceOfAsync
ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter 'index')
Google.Protobuf.Collections.RepeatedField.get_Item(int index)
TronNet.Contracts.TRC20ContractClient.GetDecimals(WalletClient wallet, byte[] contractAddressBytes)
TronNet.Contracts.TRC20ContractClient.BalanceOfAsync(string contractAddress, ITronAccount ownerAccount)
CryptoPayment.WebUI.Controllers.WeatherForecastController.Get(IWalletClient _wallet, IContractClientFactory
my code:
var balance = await contractClient.BalanceOfAsync("TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t", wallet);
Metadata
Metadata
Assignees
Labels
No labels