Package

scorex.transaction.state.database

state

Permalink

package state

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. state
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class AccState(balance: Long) extends Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  2. type Address = String

    Permalink
  3. type Reason = List[StateChangeReason]

    Permalink
  4. case class Row(state: AccState, reason: Reason, lastRowHeight: Int) extends DataType with BytesSerializable with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()

Value Members

  1. object Row extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped