final case class UtxoLease(id: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, outpoint: Option[OutPoint] = _root_.scala.None, expiration: Long = 0L, pkScript: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, value: Long = 0L, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[UtxoLease] with Product with Serializable
- id
A 32 byte random ID that identifies the lease.
- outpoint
The identifying outpoint of the output being leased.
- expiration
The absolute expiration of the output lease represented as a unix timestamp.
- pkScript
The public key script of the leased output.
- value
The value of the leased output in satoshis.
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UtxoLease
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new UtxoLease(id: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, outpoint: Option[OutPoint] = _root_.scala.None, expiration: Long = 0L, pkScript: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, value: Long = 0L, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- id
A 32 byte random ID that identifies the lease.
- outpoint
The identifying outpoint of the output being leased.
- expiration
The absolute expiration of the output lease represented as a unix timestamp.
- pkScript
The public key script of the leased output.
- value
The value of the leased output in satoshis.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearOutpoint: UtxoLease
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: UtxoLease.type
- Definition Classes
- UtxoLease → GeneratedMessage
- def discardUnknownFields: UtxoLease
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val expiration: Long
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- UtxoLease → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- UtxoLease → GeneratedMessage
- def getOutpoint: OutPoint
- val id: ByteString
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val outpoint: Option[OutPoint]
- val pkScript: ByteString
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- UtxoLease → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- UtxoLease → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[UtxoLease, UtxoLease]) => Mutation[UtxoLease]*): UtxoLease
- Definition Classes
- Updatable
- val value: Long
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withExpiration(__v: Long): UtxoLease
- def withId(__v: ByteString): UtxoLease
- def withOutpoint(__v: OutPoint): UtxoLease
- def withPkScript(__v: ByteString): UtxoLease
- def withUnknownFields(__v: UnknownFieldSet): UtxoLease
- def withValue(__v: Long): UtxoLease
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- UtxoLease → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage