Skip to main content

ResQ.Blockchain

NeoClientOptions Class

Configuration options for the Neo N3 blockchain client.
Inheritance System.Object → NeoClientOptions

Example

Remarks

This class provides configuration settings for connecting to the Neo N3 blockchain, including RPC endpoint, network identification, contract addresses, and operational parameters such as timeouts and retry logic. For development and testing, set MockMode to true to use the mock client implementation. For production, configure the RpcUrl to point to a reliable Neo N3 RPC endpoint and provide the wallet path for transaction signing.