C# Class EthereumRpc.Ethereum.Filter

Exibir arquivo Open project: LawrenceBotley/EthereumRpc-NET Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Filter ( string fromBlock = null, string toBlock = null, BlockTag from = BlockTag.Earliest, BlockTag to = BlockTag.Pending, string address = null, string topics = null ) : System

Method Details

Filter() public method

public Filter ( string fromBlock = null, string toBlock = null, BlockTag from = BlockTag.Earliest, BlockTag to = BlockTag.Pending, string address = null, string topics = null ) : System
fromBlock string
toBlock string
from BlockTag
to BlockTag
address string
topics string
return System