Skip to main contentCrate hopr_test_stubs
Source - StubChainApi
- Lightweight in-memory stub implementing the chain-API traits needed by
HoprEncoder / HoprDecoder / HoprTicketProcessor. - StubChainApiBuilder
- Builder for
StubChainApi. - StubError
- Error type for test stubs — never constructed, exists only to satisfy trait bounds.
- StubKeyIdMapper
- Bidirectional mapping between [
HoprKeyIdent] and [OffchainPublicKey]. - StubPathResolver
- Minimal stub for [
PathAddressResolver], using the same BiMap lookups
as the MockPathResolver in transport/protocol/tests/common/mod.rs.