c

io.horizen.utxo.storage

SidechainWalletBoxStorage

class SidechainWalletBoxStorage extends SidechainTypes with SidechainStorageInfo with SparkzLogging

Linear Supertypes
SparkzLogging, StrictLogging, SidechainStorageInfo, SidechainTypes, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SidechainWalletBoxStorage
  2. SparkzLogging
  3. StrictLogging
  4. SidechainStorageInfo
  5. SidechainTypes
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SidechainWalletBoxStorage(storage: Storage, sidechainBoxesCompanion: SidechainBoxesCompanion)

Type Members

  1. type SCAT = AccountTransaction[SCP, SCPR]
    Definition Classes
    SidechainTypes
  2. type SCB = Box[SCP]
    Definition Classes
    SidechainTypes
  3. type SCBD = BoxData[SCP, SCB]
    Definition Classes
    SidechainTypes
  4. type SCBT = BoxTransaction[SCP, SCB]
    Definition Classes
    SidechainTypes
  5. type SCP = Proposition
    Definition Classes
    SidechainTypes
  6. type SCPR = Proof[SCP]
    Definition Classes
    SidechainTypes
  7. type SCS = Secret
    Definition Classes
    SidechainTypes

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. implicit def ethereumTxToScat(t: EthereumTransaction): SCAT
    Definition Classes
    SidechainTypes
  9. implicit def forgerBoxListToScbtList(bl: List[ForgerBox]): List[SCB]
    Definition Classes
    SidechainTypes
  10. implicit def forgerBoxToScb(b: ForgerBox): SCB
    Definition Classes
    SidechainTypes
  11. def get(boxIds: List[Array[Byte]]): List[WalletBox]
  12. def get(boxId: Array[Byte]): Option[WalletBox]
  13. def getAll: List[WalletBox]
  14. def getBoxesBalance(boxType: Class[_ <: Box[_ <: Proposition]]): Long
  15. def getByType(boxType: Class[_ <: Box[_ <: Proposition]]): List[WalletBox]
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def getIterator: StorageIterator
  18. def getStorageName: String
    Definition Classes
    SidechainStorageInfo
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def isEmpty: Boolean
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def lastVersionId: Option[ByteArrayWrapper]
  23. def log: Logger
    Attributes
    protected
    Definition Classes
    SparkzLogging
    Annotations
    @inline()
  24. val logger: Logger
    Attributes
    protected
    Definition Classes
    StrictLogging
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def rollback(version: ByteArrayWrapper): Try[SidechainWalletBoxStorage]
  29. def rollbackVersions: List[ByteArrayWrapper]
  30. implicit def scbToForgerBox(b: SCB): ForgerBox
    Definition Classes
    SidechainTypes
  31. implicit def scbToWithdrawalRequestBox(b: SCB): WithdrawalRequestBox
    Definition Classes
    SidechainTypes
  32. implicit def sidechainTxListToScbtList(tl: List[SidechainTransaction[Proposition, Box[Proposition]]]): List[SCBT]
    Definition Classes
    SidechainTypes
  33. implicit def sidechainTxToScbt(t: SidechainTransaction[Proposition, Box[Proposition]]): SCBT
    Definition Classes
    SidechainTypes
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. def update(version: ByteArrayWrapper, walletBoxUpdateList: List[WalletBox], boxIdsRemoveList: List[Array[Byte]]): Try[SidechainWalletBoxStorage]
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. implicit def withdrawalRequestBoxToScb(b: WithdrawalRequestBox): SCB
    Definition Classes
    SidechainTypes
  41. implicit def zenBoxJavaListToScbtJavaList(bl: List[ZenBox]): List[SCB]
    Definition Classes
    SidechainTypes
  42. implicit def zenBoxListToScbtList(bl: List[ZenBox]): List[SCB]
    Definition Classes
    SidechainTypes
  43. implicit def zenBoxSetToScbSet(bs: Set[ZenBox]): Set[SCB]
    Definition Classes
    SidechainTypes
  44. implicit def zenBoxToScb(b: ZenBox): SCB
    Definition Classes
    SidechainTypes

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from SparkzLogging

Inherited from StrictLogging

Inherited from SidechainStorageInfo

Inherited from SidechainTypes

Inherited from AnyRef

Inherited from Any

Ungrouped