This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Runtime.Serialization; | |
using System.Security.Principal; | |
using System.ServiceModel; | |
using System.Text; | |
using System.Threading.Tasks; | |
using Nethereum.Hex.HexTypes; | |
using Nethereum.Web3; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Numerics; | |
using System.Threading.Tasks; | |
using Nethereum.ABI.FunctionEncoding.Attributes; | |
using Nethereum.Contracts.CQS; | |
using Xunit; | |
namespace Nethereum.Contracts.IntegrationTests.FiltersEvents | |
{ | |
public class EventFilterTest | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Numerics; | |
using System.Threading.Tasks; | |
using Nethereum.ABI.FunctionEncoding.Attributes; | |
using Nethereum.ABI.Model; | |
using Nethereum.Contracts; | |
using Nethereum.Web3.Accounts; | |
using Nethereum.Web3; | |
using Nethereum.Hex.HexConvertors.Extensions; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Threading.Tasks; | |
using System.Collections.Generic; | |
using System.Numerics; | |
using Nethereum.Hex.HexTypes; | |
using Nethereum.ABI.FunctionEncoding.Attributes; | |
using Nethereum.Web3; | |
using Nethereum.RPC.Eth.DTOs; | |
using Nethereum.Contracts.CQS; | |
using Nethereum.Contracts; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Threading.Tasks; | |
using System.Collections.Generic; | |
using System.Numerics; | |
using Nethereum.Hex.HexTypes; | |
using Nethereum.ABI.FunctionEncoding.Attributes; | |
using Nethereum.Web3; | |
using Nethereum.RPC.Eth.DTOs; | |
using Nethereum.Contracts.CQS; | |
using Nethereum.Contracts.ContractHandlers; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
///Copy this file in the Nethereum playground to execute it. http://playground.nethereum.com | |
using System; | |
using System.Threading.Tasks; | |
using System.Collections.Generic; | |
using System.Numerics; | |
using Nethereum.Hex.HexTypes; | |
using Nethereum.Hex.HexConvertors.Extensions; | |
using Nethereum.ABI.FunctionEncoding.Attributes; | |
using Nethereum.Web3; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Nethereum.Web3; | |
using Nethereum.ABI.FunctionEncoding.Attributes; | |
using Nethereum.Contracts.CQS; | |
using Nethereum.Util; | |
using Nethereum.Web3.Accounts; | |
using Nethereum.Hex.HexConvertors.Extensions; | |
using Nethereum.Contracts; | |
using Nethereum.Contracts.Extensions; | |
using Nethereum.RPC.Eth.DTOs; | |
using System; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Nethereum.Web3; | |
using Nethereum.ABI.FunctionEncoding.Attributes; | |
using Nethereum.Contracts.CQS; | |
using Nethereum.Util; | |
using Nethereum.Web3.Accounts; | |
using Nethereum.Hex.HexConvertors.Extensions; | |
using Nethereum.Contracts; | |
using Nethereum.Contracts.Extensions; | |
using Nethereum.RPC.Eth.DTOs; | |
using System; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Nethereum.Web3; | |
using Nethereum.ABI.FunctionEncoding.Attributes; | |
using Nethereum.Contracts.CQS; | |
using Nethereum.Util; | |
using Nethereum.Web3.Accounts; | |
using Nethereum.Hex.HexConvertors.Extensions; | |
using Nethereum.Contracts; | |
using Nethereum.Contracts.Extensions; | |
using Nethereum.RPC.Eth.DTOs; | |
using System; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Nethereum.Web3; | |
using Nethereum.ABI.FunctionEncoding.Attributes; | |
using Nethereum.Contracts.CQS; | |
using Nethereum.Util; | |
using Nethereum.Web3.Accounts; | |
using Nethereum.Hex.HexConvertors.Extensions; | |
using Nethereum.Contracts; | |
using Nethereum.Contracts.Extensions; | |
using Nethereum.RPC.Eth.DTOs; | |
using System; |