trait TLVGen extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- TLVGen
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- def amtToForwardTLV: Gen[AmtToForwardTLV]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def cetSignaturesV0TLV(numCETs: Int): Gen[CETSignaturesV0TLV]
- def cetSignaturesV0TLV: Gen[CETSignaturesV0TLV]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def contractDescriptorTLVWithTotalCollateral: Gen[(ContractDescriptorTLV, Satoshis)]
- def contractDescriptorV0TLV: Gen[ContractDescriptorV0TLV]
- def contractDescriptorV0TLVWithTotalCollateral: Gen[(ContractDescriptorV0TLV, Satoshis)]
- def contractDescriptorV1TLV: Gen[ContractDescriptorV1TLV]
- def contractDescriptorV1TLVWithTotalCollateral: Gen[(ContractDescriptorV1TLV, Satoshis)]
- def contractInfoV0TLV: Gen[ContractInfoV0TLV]
- def digitDecompositionEventDescriptorV0TLV: Gen[DigitDecompositionEventDescriptorV0TLV]
- def dlcAcceptTLV(offer: DLCOfferTLV): Gen[DLCAcceptTLV]
- def dlcAcceptTLV: Gen[DLCAcceptTLV]
- def dlcOfferTLV: Gen[DLCOfferTLV]
- def dlcOfferTLVAcceptTLV: Gen[(DLCOfferTLV, DLCAcceptTLV)]
- def dlcOfferTLVAcceptTLVSignTLV: Gen[(DLCOfferTLV, DLCAcceptTLV, DLCSignTLV)]
- def dlcOfferTLVAcceptTLVSignTLVWithOralceKeys: Gen[(DLCOfferTLV, DLCAcceptTLV, DLCSignTLV, ECPrivateKey, ECPrivateKey)]
- def dlcOfferTLVAcceptTLVWithOracleKeys: Gen[(DLCOfferTLV, DLCAcceptTLV, ECPrivateKey, ECPrivateKey)]
- def dlcOfferTLVWithOracleKeys: Gen[(DLCOfferTLV, ECPrivateKey, ECPrivateKey)]
- def dlcSignTLV(offer: DLCOfferTLV, accept: DLCAcceptTLV): Gen[DLCSignTLV]
- def dlcSignTLV: Gen[DLCSignTLV]
- def enumEventDescriptorV0TLV: Gen[EnumEventDescriptorV0TLV]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def errorTLV: Gen[ErrorTLV]
- def eventDescriptorTLV: Gen[EventDescriptorTLV]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fundingInputP2WPKHTLV(ignoreSerialIds: Vector[UInt64] = Vector.empty): Gen[FundingInputV0TLV]
- def fundingInputV0TLV(ignoreSerialIds: Vector[UInt64] = Vector.empty): Gen[FundingInputV0TLV]
- def fundingInputV0TLVs(collateralNeeded: CurrencyUnit, ignoreSerialIds: Vector[UInt64] = Vector.empty): Gen[Vector[FundingInputV0TLV]]
- def fundingSignaturesV0TLV(numWitnesses: Int): Gen[FundingSignaturesV0TLV]
- def fundingSignaturesV0TLV: Gen[FundingSignaturesV0TLV]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def initTLV: Gen[InitTLV]
- 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()
- def oracleAnnouncementV0TLV: Gen[OracleAnnouncementV0TLV]
- def oracleAttestmentV0TLV: Gen[OracleAttestmentV0TLV]
- def oracleEventV0TLV: Gen[OracleEventV0TLV]
- def oracleInfoTLV: Gen[OracleInfoTLV]
- def oracleInfoTLV(numDigits: Int): Gen[OracleInfoTLV]
- def oracleInfoTLV(outcomes: Vector[String]): Gen[OracleInfoTLV]
- def oracleInfoV0TLV: Gen[OracleInfoV0TLV]
- def oracleInfoV0TLV(numDigits: Int): Gen[OracleInfoV0TLV]
- def oracleInfoV0TLV(outcomes: Vector[String]): Gen[OracleInfoV0TLV]
- def oracleInfoV0TLVWithKeys: Gen[(OracleInfoV0TLV, ECPrivateKey, ECPrivateKey)]
- def oracleInfoV1TLV: Gen[OracleInfoV1TLV]
- def oracleInfoV1TLV(numDigits: Int): Gen[OracleInfoV1TLV]
- def oracleInfoV1TLV(outcomes: Vector[String]): Gen[OracleInfoV1TLV]
- def outgoingCLTVValueTLV: Gen[OutgoingCLTVValueTLV]
- def paymentDataTLV: Gen[PaymentDataTLV]
- def pingTLV: Gen[PingTLV]
- def pongTLV: Gen[PongTLV]
- def shortChannelIdTLV: Gen[ShortChannelIdTLV]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tlv: Gen[TLV]
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unknownTLV: Gen[UnknownTLV]
- def unknownTpe: Gen[BigSizeUInt]
- 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()