All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wavesplatform.state.LeaseStaticInfo.scala Maven / Gradle / Ivy

The newest version!
package com.wavesplatform.state

import com.wavesplatform.account.{Address, PublicKey}
import com.wavesplatform.common.state.ByteStr
import com.wavesplatform.transaction.TxPositiveAmount

case class LeaseStaticInfo(
    sender: PublicKey,
    recipientAddress: Address,
    amount: TxPositiveAmount,
    sourceId: ByteStr,
    height: Int
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy