C# Class EthereumRpc.Ethereum.Log

Mostrar archivo Open project: LawrenceBotley/EthereumRpc-NET

Private Properties

Property Type Description

Public Methods

Method Description
Log ( dynamic value ) : System

Array of 0 to 4 32 Bytes DATA of indexed log arguments. (In solidity: The first topic is the hash of the signature of the event (e.g. Deposit(address,bytes32,uint256)), except you declared the event with the anonymous specifier.)

Method Details

Log() public method

Array of 0 to 4 32 Bytes DATA of indexed log arguments. (In solidity: The first topic is the hash of the signature of the event (e.g. Deposit(address,bytes32,uint256)), except you declared the event with the anonymous specifier.)
public Log ( dynamic value ) : System
value dynamic
return System