C# Class Nethereum.ENS.PublicResolverService

Mostra file Open project: Nethereum/Nethereum Class Usage Examples

Public Properties

Property Type Description
ABI string
BYTE_CODE string

Public Methods

Method 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 method

public AddrAsyncCall ( byte node ) : Task
node byte
return Task

ContentAsyncCall() public method

public ContentAsyncCall ( byte node ) : Task
node byte
return Task

DeployContractAsync() public static method

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
return Task

GetFunctionAddr() public method

public GetFunctionAddr ( ) : System.Function
return System.Function

GetFunctionContent() public method

public GetFunctionContent ( ) : System.Function
return System.Function

GetFunctionHas() public method

public GetFunctionHas ( ) : System.Function
return System.Function

GetFunctionSetAddr() public method

public GetFunctionSetAddr ( ) : System.Function
return System.Function

GetFunctionSetContent() public method

public GetFunctionSetContent ( ) : System.Function
return System.Function

GetFunctionSupportsInterface() public method

public GetFunctionSupportsInterface ( ) : System.Function
return System.Function

HasAsyncCall() public method

public HasAsyncCall ( byte node, byte kind ) : Task
node byte
kind byte
return Task

PublicResolverService() public method

public PublicResolverService ( Web3 web3, string address ) : System
web3 Nethereum.Web3.Web3
address string
return System

SetAddrAsync() public method

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
return Task

SetContentAsync() public method

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
return Task

SupportsInterfaceAsyncCall() public method

public SupportsInterfaceAsyncCall ( byte interfaceID ) : Task
interfaceID byte
return Task

Property Details

ABI public_oe static_oe property

public static string ABI
return string

BYTE_CODE public_oe static_oe property

public static string BYTE_CODE
return string