This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
trait NodeViewHolder[P <: Proposition, TX <: Transaction[P], PMOD <: PersistentNodeViewModifier] | |
extends Actor with ScorexLogging { | |
type SI <: SyncInfo | |
type HIS <: History[PMOD, SI, HIS] | |
type MS <: MinimalState[PMOD, MS] | |
type VL <: Vault[P, TX, PMOD, VL] | |
type MP <: MemoryPool[TX, MP] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment