Package

scorex.transaction

assets

Permalink

package assets

Visibility
  1. Public
  2. All

Type Members

  1. trait AssetIssuance extends SignedTransaction

    Permalink
  2. case class IssueTransaction(sender: PublicKeyAccount, assetIdOpt: Option[Array[Byte]], name: Array[Byte], description: Array[Byte], quantity: Long, decimals: Byte, reissuable: Boolean, fee: Long, timestamp: Long, signature: Array[Byte]) extends AssetIssuance with Product with Serializable

    Permalink
  3. case class ReissueTransaction(sender: PublicKeyAccount, assetId: Array[Byte], quantity: Long, reissuable: Boolean, fee: Long, timestamp: Long, signature: Array[Byte]) extends AssetIssuance with Product with Serializable

    Permalink
  4. case class TransferTransaction(assetId: Option[AssetId], sender: PublicKeyAccount, recipient: Account, amount: Long, timestamp: Long, feeAsset: Option[AssetId], fee: Long, attachment: Array[Byte], signature: Array[Byte]) extends SignedTransaction with Product with Serializable

    Permalink

Value Members

  1. object IssueTransaction extends Deser[IssueTransaction] with Serializable

    Permalink
  2. object ReissueTransaction extends Deser[ReissueTransaction] with Serializable

    Permalink
  3. object TransferTransaction extends Deser[TransferTransaction] with Serializable

    Permalink
  4. package exchange

    Permalink

Ungrouped