Table of Contents

Class NebulaContext

Namespace
Thirdweb.AI
Assembly
Thirdweb.dll
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 string

The wallet addresses to filter by.

Properties

ChainIds

public List<BigInteger> ChainIds { get; set; }

Property Value

List<BigInteger>

WalletAddress

public string WalletAddress { get; set; }

Property Value

string