Пример #1
0
 public async Task <BigInteger> GetErc20BalanceAsync(string addressToQuery)
 {
     return(await WrappedStrax.GetErc20BalanceAsync(this.web3, this.interopSettings.WrappedStraxAddress, addressToQuery).ConfigureAwait(false));
 }
Пример #2
0
 /// <inheritdoc />
 public async Task <string> GetDestinationAddressAsync(string address)
 {
     return(await WrappedStrax.GetDestinationAddressAsync(this.web3, this.interopSettings.WrappedStraxAddress, address).ConfigureAwait(false));
 }