C# Class EthereumRpc.Ethereum.Filter

Afficher le fichier Open project: LawrenceBotley/EthereumRpc-NET Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

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