コード例 #1
0
 public static Web3.Web3 GetWeb3Managed()
 {
     return(new Web3.Web3(AccountFactory.GetManagedAccount(), ClientFactory.GetClient()));
 }