C# Class Nethereum.Web3.Eth

Inheritance: RpcClientWrapper
Afficher le fichier Open project: Nethereum/Nethereum Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
SetDefaultBlock ( ) : void

Method Details

Eth() public méthode

public Eth ( IClient client ) : Nethereum.JsonRpc.Client
client IClient
Résultat Nethereum.JsonRpc.Client

GetContract() public méthode

public GetContract ( string abi, string contractAddress ) : Contract
abi string
contractAddress string
Résultat System.Contract