Skip to content

Instantly share code, notes, and snippets.

@manjotmona
Last active May 8, 2018 11:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manjotmona/8c841b05b1866a5dddc31a454114fa0a to your computer and use it in GitHub Desktop.
Save manjotmona/8c841b05b1866a5dddc31a454114fa0a to your computer and use it in GitHub Desktop.
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