Class NebulaContext
public class NebulaContext
- Inheritance
-
NebulaContext
- Inherited Members
Constructors
NebulaContext(List<BigInteger>, List<string>, List<string>)
Represents filters for narrowing down context in which operations are performed.
public NebulaContext(List<BigInteger> chainIds = null, List<string> contractAddresses = null, List<string> walletAddresses = null)
Parameters
chainIds
List<BigInteger>The chain IDs to filter by.
contractAddresses
List<string>The contract addresses to filter by.
walletAddresses
List<string>The wallet addresses to filter by.
Properties
ChainIds
public List<BigInteger> ChainIds { get; set; }
Property Value
ContractAddresses
public List<string> ContractAddresses { get; set; }
Property Value
WalletAddresses
public List<string> WalletAddresses { get; set; }