C# Class Nethereum.Web3.Eth

Inheritance: RpcClientWrapper
Show file Open project: Nethereum/Nethereum Class Usage Examples

Public Methods

Method Description
Eth ( IClient client ) : Nethereum.JsonRpc.Client
GetContract ( string abi, string contractAddress ) : Contract

Private Methods

Method Description
SetDefaultBlock ( ) : void

Method Details

Eth() public method

public Eth ( IClient client ) : Nethereum.JsonRpc.Client
client IClient
return Nethereum.JsonRpc.Client

GetContract() public method

public GetContract ( string abi, string contractAddress ) : Contract
abi string
contractAddress string
return System.Contract