Interface IServerInfoCacheInvalidation
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
Events
ServerInfoChanged
event EventHandler<ServerInfoChangedEventArgs>? ServerInfoChanged