C# Class Nethereum.ENS.PublicResolverService

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

Méthodes publiques

Свойство Type Description
ABI string
BYTE_CODE string

Méthodes publiques

Méthode Description
AddrAsyncCall ( byte node ) : Task
ContentAsyncCall ( byte node ) : Task
DeployContractAsync ( Web3 web3, string addressFrom, string ensAddr, HexBigInteger gas = null, HexBigInteger valueAmount = null ) : Task
GetFunctionAddr ( ) : System.Function
GetFunctionContent ( ) : System.Function
GetFunctionHas ( ) : System.Function
GetFunctionSetAddr ( ) : System.Function
GetFunctionSetContent ( ) : System.Function
GetFunctionSupportsInterface ( ) : System.Function
HasAsyncCall ( byte node, byte kind ) : Task
PublicResolverService ( Web3 web3, string address ) : System
SetAddrAsync ( string addressFrom, byte node, string addr, HexBigInteger gas = null, HexBigInteger valueAmount = null ) : Task
SetContentAsync ( string addressFrom, byte node, byte hash, HexBigInteger gas = null, HexBigInteger valueAmount = null ) : Task
SupportsInterfaceAsyncCall ( byte interfaceID ) : Task

Method Details

AddrAsyncCall() public méthode

public AddrAsyncCall ( byte node ) : Task
node byte
Résultat Task

ContentAsyncCall() public méthode

public ContentAsyncCall ( byte node ) : Task
node byte
Résultat Task

DeployContractAsync() public static méthode

public static DeployContractAsync ( Web3 web3, string addressFrom, string ensAddr, HexBigInteger gas = null, HexBigInteger valueAmount = null ) : Task
web3 Nethereum.Web3.Web3
addressFrom string
ensAddr string
gas HexBigInteger
valueAmount HexBigInteger
Résultat Task

GetFunctionAddr() public méthode

public GetFunctionAddr ( ) : System.Function
Résultat System.Function

GetFunctionContent() public méthode

public GetFunctionContent ( ) : System.Function
Résultat System.Function

GetFunctionHas() public méthode

public GetFunctionHas ( ) : System.Function
Résultat System.Function

GetFunctionSetAddr() public méthode

public GetFunctionSetAddr ( ) : System.Function
Résultat System.Function

GetFunctionSetContent() public méthode

public GetFunctionSetContent ( ) : System.Function
Résultat System.Function

GetFunctionSupportsInterface() public méthode

public GetFunctionSupportsInterface ( ) : System.Function
Résultat System.Function

HasAsyncCall() public méthode

public HasAsyncCall ( byte node, byte kind ) : Task
node byte
kind byte
Résultat Task

PublicResolverService() public méthode

public PublicResolverService ( Web3 web3, string address ) : System
web3 Nethereum.Web3.Web3
address string
Résultat System

SetAddrAsync() public méthode

public SetAddrAsync ( string addressFrom, byte node, string addr, HexBigInteger gas = null, HexBigInteger valueAmount = null ) : Task
addressFrom string
node byte
addr string
gas HexBigInteger
valueAmount HexBigInteger
Résultat Task

SetContentAsync() public méthode

public SetContentAsync ( string addressFrom, byte node, byte hash, HexBigInteger gas = null, HexBigInteger valueAmount = null ) : Task
addressFrom string
node byte
hash byte
gas HexBigInteger
valueAmount HexBigInteger
Résultat Task

SupportsInterfaceAsyncCall() public méthode

public SupportsInterfaceAsyncCall ( byte interfaceID ) : Task
interfaceID byte
Résultat Task

Property Details

ABI public_oe static_oe property

public static string ABI
Résultat string

BYTE_CODE public_oe static_oe property

public static string BYTE_CODE
Résultat string