public EthereumContractClient(Web3 web3, NethereumOptions nethereumOptions)
 {
     _contractOwner = nethereumOptions.Owner;
     _password      = nethereumOptions.Password;
     _web3          = web3;
 }
Example #2
0
 public ContractsController(NethereumOptions nethereumOptions)
 {
     _nethereumOptions = nethereumOptions;
 }