C# 클래스 Nethereum.ENS.EnsService

파일 보기 프로젝트 열기: Nethereum/Nethereum

공개 프로퍼티들

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

공개 메소드들

메소드 설명
DeployContractAsync ( Web3 web3, string addressFrom, HexBigInteger gas = null, HexBigInteger valueAmount = null ) : Task
EnsService ( Web3 web3, string address ) : System
GetEventNewOwner ( ) : Event
GetEventNewResolver ( ) : Event
GetEventNewTTL ( ) : Event
GetEventTransfer ( ) : Event
GetFunctionOwner ( ) : System.Function
GetFunctionResolver ( ) : System.Function
GetFunctionSetOwner ( ) : System.Function
GetFunctionSetResolver ( ) : System.Function
GetFunctionSetSubnodeOwner ( ) : System.Function
GetFunctionSetTTL ( ) : System.Function
GetFunctionTtl ( ) : System.Function
OwnerAsyncCall ( byte node ) : Task
ResolverAsyncCall ( byte node ) : Task
SetOwnerAsync ( string addressFrom, byte node, string owner, HexBigInteger gas = null, HexBigInteger valueAmount = null ) : Task
SetResolverAsync ( string addressFrom, byte node, string resolver, HexBigInteger gas = null, HexBigInteger valueAmount = null ) : Task
SetSubnodeOwnerAsync ( string addressFrom, byte node, byte label, string owner, HexBigInteger gas = null, HexBigInteger valueAmount = null ) : Task
SetTTLAsync ( string addressFrom, byte node, ulong ttl, HexBigInteger gas = null, HexBigInteger valueAmount = null ) : Task
TtlAsyncCall ( byte node ) : Task

메소드 상세

DeployContractAsync() 공개 정적인 메소드

public static DeployContractAsync ( Web3 web3, string addressFrom, HexBigInteger gas = null, HexBigInteger valueAmount = null ) : Task
web3 Nethereum.Web3.Web3
addressFrom string
gas HexBigInteger
valueAmount HexBigInteger
리턴 Task

EnsService() 공개 메소드

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

GetEventNewOwner() 공개 메소드

public GetEventNewOwner ( ) : Event
리턴 Event

GetEventNewResolver() 공개 메소드

public GetEventNewResolver ( ) : Event
리턴 Event

GetEventNewTTL() 공개 메소드

public GetEventNewTTL ( ) : Event
리턴 Event

GetEventTransfer() 공개 메소드

public GetEventTransfer ( ) : Event
리턴 Event

GetFunctionOwner() 공개 메소드

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

GetFunctionResolver() 공개 메소드

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

GetFunctionSetOwner() 공개 메소드

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

GetFunctionSetResolver() 공개 메소드

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

GetFunctionSetSubnodeOwner() 공개 메소드

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

GetFunctionSetTTL() 공개 메소드

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

GetFunctionTtl() 공개 메소드

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

OwnerAsyncCall() 공개 메소드

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

ResolverAsyncCall() 공개 메소드

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

SetOwnerAsync() 공개 메소드

public SetOwnerAsync ( string addressFrom, byte node, string owner, HexBigInteger gas = null, HexBigInteger valueAmount = null ) : Task
addressFrom string
node byte
owner string
gas HexBigInteger
valueAmount HexBigInteger
리턴 Task

SetResolverAsync() 공개 메소드

public SetResolverAsync ( string addressFrom, byte node, string resolver, HexBigInteger gas = null, HexBigInteger valueAmount = null ) : Task
addressFrom string
node byte
resolver string
gas HexBigInteger
valueAmount HexBigInteger
리턴 Task

SetSubnodeOwnerAsync() 공개 메소드

public SetSubnodeOwnerAsync ( string addressFrom, byte node, byte label, string owner, HexBigInteger gas = null, HexBigInteger valueAmount = null ) : Task
addressFrom string
node byte
label byte
owner string
gas HexBigInteger
valueAmount HexBigInteger
리턴 Task

SetTTLAsync() 공개 메소드

public SetTTLAsync ( string addressFrom, byte node, ulong ttl, HexBigInteger gas = null, HexBigInteger valueAmount = null ) : Task
addressFrom string
node byte
ttl ulong
gas HexBigInteger
valueAmount HexBigInteger
리턴 Task

TtlAsyncCall() 공개 메소드

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

프로퍼티 상세

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

public static string ABI
리턴 string

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

public static string BYTE_CODE
리턴 string