Type alias UtxoProcessorEvent<T>

UtxoProcessorEvent<T>: {
    [K in T]: {
        data: UtxoProcessorEventMap[K];
        type: K;
    }
}[T]

Type Parameters

Generated using TypeDoc