Packages

sealed trait StateUpdate[T <: Txn[T]] extends Update[T]

Linear Supertypes
Update[T], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StateUpdate
  2. Update
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def position: Long
  2. abstract def transport: Transport[T]
    Definition Classes
    Update