Table of Contents

Interface IServerInfoCacheInvalidation

Namespace
NArk.Core.Transport
Assembly
NArk.Core.dll

Capability exposed by CachingClientTransport so in-process consumers (e.g. the plugin's contract-reconciliation service) can react to a server-info change. Same shape as IVtxoStorage.VtxosChanged.

public interface IServerInfoCacheInvalidation

Methods

InvalidateServerInfoCache(ServerInfoChangedEventArgs?)

void InvalidateServerInfoCache(ServerInfoChangedEventArgs? args = null)

Parameters

args ServerInfoChangedEventArgs

Events

ServerInfoChanged

event EventHandler<ServerInfoChangedEventArgs>? ServerInfoChanged

Event Type

EventHandler<ServerInfoChangedEventArgs>