Nethereum / Nethereum.Playground

Compile and run Nethereum snippets on the browser
MIT License
28 stars 17 forks source link

Smart Contracts: Events (Retrieving Events by Parameter Value) (1049) #24

Open Dave-Whiffin opened 4 years ago

Dave-Whiffin commented 4 years ago

New Sample: Retrieving events using FilterInputBuilder

Dave-Whiffin commented 4 years ago

P.S. For this sample to run - we'll need to load another assembly to resolve the error below:

(183,18): error CS0012: The type 'Expression<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'.