type BlockEventMissingStream = Map<OutboundSubscription<ChainPullRequest>, fn(_: ChainPullRequest) -> BlockEvent>;

Aliased Type§

struct BlockEventMissingStream {
    stream: OutboundSubscription<ChainPullRequest>,
    f: fn(_: ChainPullRequest) -> BlockEvent,
}

Fields§

§stream: OutboundSubscription<ChainPullRequest>§f: fn(_: ChainPullRequest) -> BlockEvent