Package

scorex.core.transaction

wallet

Permalink

package wallet

Visibility
  1. Public
  2. All

Type Members

  1. trait Vault[P <: Proposition, TX <: Transaction[P], PMOD <: PersistentNodeViewModifier[P, TX], V <: Vault[P, TX, PMOD, V]] extends NodeViewComponent

    Permalink

    Abstract interface for Vault, a storage for node-specific information

  2. trait Wallet[P <: Proposition, TX <: Transaction[P], PMOD <: PersistentNodeViewModifier[P, TX], W <: Wallet[P, TX, PMOD, W]] extends Vault[P, TX, PMOD, W]

    Permalink

    Abstract interface for a wallet

  3. case class WalletBox[P <: Proposition, B <: Box[P]](box: B, transactionId: Array[Byte], createdAt: Long)(subclassDeser: Serializer[B]) extends BytesSerializable with Product with Serializable

    Permalink
  4. class WalletBoxSerializer[P <: Proposition, B <: Box[P]] extends Serializer[WalletBox[P, B]]

    Permalink
  5. case class WalletTransaction[P <: Proposition, TX <: Transaction[P]](proposition: P, tx: TX, blockId: Option[ModifierId], createdAt: Long) extends Product with Serializable

    Permalink

Value Members

  1. object WalletTransaction extends Serializable

    Permalink

Ungrouped