Package

scorex

core

Permalink

package core

Visibility
  1. Public
  2. All

Type Members

  1. trait LocalInterface[P <: Proposition, TX <: Transaction[P], PMOD <: PersistentNodeViewModifier[P, TX]] extends Actor with ScorexLogging

    Permalink

  2. trait NodeViewComponent extends AnyRef

    Permalink
  3. trait NodeViewHolder[P <: Proposition, TX <: Transaction[P], PMOD <: PersistentNodeViewModifier[P, TX]] extends Actor with ScorexLogging

    Permalink

    Composite local view of the node

    Composite local view of the node

    Contains instances for History, MinimalState, Vault, MemoryPool. The instances are read-only for external world. Updates of the composite view(the instances are to be performed atomically.

  4. trait NodeViewModifier extends BytesSerializable with JsonSerializable

    Permalink
  5. trait PersistentNodeViewModifier[P <: Proposition, TX <: Transaction[P]] extends NodeViewModifier

    Permalink

Value Members

  1. object LocalInterface

    Permalink
  2. object NodeViewHolder

    Permalink
  3. object NodeViewModifier extends Serializable

    Permalink

    It is supposed that all the modifiers (offchain transactions, blocks, blockheaders etc) have identifiers of the some length fixed with the ModifierIdSize constant

  4. package api

    Permalink
  5. package app

    Permalink
  6. package block

    Permalink
  7. package consensus

    Permalink
  8. package crypto

    Permalink
  9. package network

    Permalink
  10. package serialization

    Permalink
  11. package settings

    Permalink
  12. package transaction

    Permalink
  13. package utils

    Permalink

Ungrouped