C# 클래스 BlockStudio.Ethereum.Filter.EthereumFilterManager

파일 보기 프로젝트 열기: LawrenceBotley/EthereumRpc-NET 1 사용 예제들

공개 메소드들

메소드 설명
AddBlockPendingFilter ( string txHash ) : void
EthereumFilterManager ( TextBox consoleTextBox ) : System
Start ( ) : void

비공개 메소드들

메소드 설명
WorkerAttemptConnection ( object sender, DoWorkEventArgs e ) : void

Queries the filter to find the new transaction

메소드 상세

AddBlockPendingFilter() 공개 메소드

public AddBlockPendingFilter ( string txHash ) : void
txHash string
리턴 void

EthereumFilterManager() 공개 메소드

public EthereumFilterManager ( TextBox consoleTextBox ) : System
consoleTextBox System.Windows.Forms.TextBox
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void