ResQ.Core
NeoConfig Class
Configuration for Neo N3 blockchain connection.Example
Remarks
Provides settings for connecting to the Neo N3 blockchain including RPC endpoint, contract address, and network identification.| Properties | |
|---|---|
| ContractHash | Smart contract script hash. |
| MockMode | Enable mock mode for testing. |
| NetworkMagic | Network magic number (TestNet = 877933390). |
| RpcUrl | Neo RPC endpoint URL. |
| TimeoutSeconds | HTTP request timeout in seconds. Defaults to 30. |