C# 클래스 Nethereum.Web3.Web3

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

공개 메소드들

메소드 설명
GetAddressFromPrivateKey ( string privateKey ) : string
IsChecksumAddress ( string address ) : bool
Sha3 ( string value ) : string
ToChecksumAddress ( string address ) : string
ToValid20ByteAddress ( string address ) : string
Web3 ( IClient client ) : System
Web3 ( string url = @"http://localhost:8545/" ) : System

비공개 메소드들

메소드 설명
InitialiseInnerServices ( ) : void
IntialiseRpcClient ( string url ) : void

메소드 상세

GetAddressFromPrivateKey() 공개 메소드

public GetAddressFromPrivateKey ( string privateKey ) : string
privateKey string
리턴 string

IsChecksumAddress() 공개 메소드

public IsChecksumAddress ( string address ) : bool
address string
리턴 bool

Sha3() 공개 메소드

public Sha3 ( string value ) : string
value string
리턴 string

ToChecksumAddress() 공개 메소드

public ToChecksumAddress ( string address ) : string
address string
리턴 string

ToValid20ByteAddress() 공개 메소드

public ToValid20ByteAddress ( string address ) : string
address string
리턴 string

Web3() 공개 메소드

public Web3 ( IClient client ) : System
client IClient
리턴 System

Web3() 공개 메소드

public Web3 ( string url = @"http://localhost:8545/" ) : System
url string
리턴 System