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