odapplications
Results
1
comments of
odapplications
I found this in Netherum.Wallet -> TransactionSenderService.cs private Web3.Web3 GetWeb3(string accountAddress) { var privateKey = _accountKeySecureStorageService.GetPrivateKey(accountAddress); if(privateKey == null) throw new Exception("Account not configured for signing transactions"); //todo chainId return...