C# Class Nethereum.ENS.EnsService

Afficher le fichier Open project: Nethereum/Nethereum

Méthodes publiques

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

Méthodes publiques

Méthode Description
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

Method Details

DeployContractAsync() public static méthode

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

EnsService() public méthode

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

GetEventNewOwner() public méthode

public GetEventNewOwner ( ) : Event
Résultat Event

GetEventNewResolver() public méthode

public GetEventNewResolver ( ) : Event
Résultat Event

GetEventNewTTL() public méthode

public GetEventNewTTL ( ) : Event
Résultat Event

GetEventTransfer() public méthode

public GetEventTransfer ( ) : Event
Résultat Event

GetFunctionOwner() public méthode

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

GetFunctionResolver() public méthode

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

GetFunctionSetOwner() public méthode

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

GetFunctionSetResolver() public méthode

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

GetFunctionSetSubnodeOwner() public méthode

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

GetFunctionSetTTL() public méthode

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

GetFunctionTtl() public méthode

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

OwnerAsyncCall() public méthode

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

ResolverAsyncCall() public méthode

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

SetOwnerAsync() public méthode

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
Résultat Task

SetResolverAsync() public méthode

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
Résultat Task

SetSubnodeOwnerAsync() public méthode

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
Résultat Task

SetTTLAsync() public méthode

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
Résultat Task

TtlAsyncCall() public méthode

public TtlAsyncCall ( byte node ) : Task
node 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