Skip to main content

ResQ.Blockchain

MockNeoClient Class

Mock implementation of INeoClient for testing and development.
Inheritance System.Object → MockNeoClient Implements INeoClient

Example

Remarks

This mock client provides an in-memory implementation of the Neo N3 blockchain interface, suitable for unit testing and local development without requiring a real blockchain connection. All operations succeed immediately and generate deterministic fake transaction hashes. Events are stored in memory and can be retrieved by incident ID. Block height increments with each transaction. No actual blockchain transactions are performed.