Package

scorex.transaction.state.database

blockchain

Permalink

package blockchain

Visibility
  1. Public
  2. All

Type Members

  1. class StoredBlockTree extends BlockTree with ScorexLogging

    Permalink

    TODO fix situation of forks If no datafolder provided, blocktree lives in RAM (useful for tests)

  2. class StoredBlockchain extends BlockChain with ScorexLogging

    Permalink

    If no datafolder provided, blockchain lives in RAM (useful for tests)

  3. class StoredState extends LagonakiState with ScorexLogging

    Permalink

    Store current balances only, and balances changes within effective balance depth.

    Store current balances only, and balances changes within effective balance depth. Store transactions for selected accounts only. If no filename provided, blockchain lives in RAM (intended for tests only).

    Use apply method of StoredState object to create new instance

Ungrouped