C# 클래스 Nethereum.ENS.PublicResolverService

파일 보기 프로젝트 열기: Nethereum/Nethereum 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ABI string
BYTE_CODE string

공개 메소드들

메소드 설명
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

메소드 상세

AddrAsyncCall() 공개 메소드

public AddrAsyncCall ( byte node ) : Task
node byte
리턴 Task

ContentAsyncCall() 공개 메소드

public ContentAsyncCall ( byte node ) : Task
node byte
리턴 Task

DeployContractAsync() 공개 정적인 메소드

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
리턴 Task

GetFunctionAddr() 공개 메소드

public GetFunctionAddr ( ) : System.Function
리턴 System.Function

GetFunctionContent() 공개 메소드

public GetFunctionContent ( ) : System.Function
리턴 System.Function

GetFunctionHas() 공개 메소드

public GetFunctionHas ( ) : System.Function
리턴 System.Function

GetFunctionSetAddr() 공개 메소드

public GetFunctionSetAddr ( ) : System.Function
리턴 System.Function

GetFunctionSetContent() 공개 메소드

public GetFunctionSetContent ( ) : System.Function
리턴 System.Function

GetFunctionSupportsInterface() 공개 메소드

public GetFunctionSupportsInterface ( ) : System.Function
리턴 System.Function

HasAsyncCall() 공개 메소드

public HasAsyncCall ( byte node, byte kind ) : Task
node byte
kind byte
리턴 Task

PublicResolverService() 공개 메소드

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

SetAddrAsync() 공개 메소드

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
리턴 Task

SetContentAsync() 공개 메소드

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
리턴 Task

SupportsInterfaceAsyncCall() 공개 메소드

public SupportsInterfaceAsyncCall ( byte interfaceID ) : Task
interfaceID byte
리턴 Task

프로퍼티 상세

ABI 공개적으로 정적으로 프로퍼티

public static string ABI
리턴 string

BYTE_CODE 공개적으로 정적으로 프로퍼티

public static string BYTE_CODE
리턴 string