trait TLVGen extends AnyRef

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TLVGen
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def amtToForwardTLV: Gen[AmtToForwardTLV]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def cetSignaturesV0TLV(numCETs: Int): Gen[CETSignaturesV0TLV]
  7. def cetSignaturesV0TLV: Gen[CETSignaturesV0TLV]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def contractDescriptorTLVWithTotalCollateral: Gen[(ContractDescriptorTLV, Satoshis)]
  10. def contractDescriptorV0TLV: Gen[ContractDescriptorV0TLV]
  11. def contractDescriptorV0TLVWithTotalCollateral: Gen[(ContractDescriptorV0TLV, Satoshis)]
  12. def contractDescriptorV1TLV: Gen[ContractDescriptorV1TLV]
  13. def contractDescriptorV1TLVWithTotalCollateral: Gen[(ContractDescriptorV1TLV, Satoshis)]
  14. def contractInfoV0TLV: Gen[ContractInfoV0TLV]
  15. def digitDecompositionEventDescriptorV0TLV: Gen[DigitDecompositionEventDescriptorV0TLV]
  16. def dlcAcceptTLV(offer: DLCOfferTLV): Gen[DLCAcceptTLV]
  17. def dlcAcceptTLV: Gen[DLCAcceptTLV]
  18. def dlcOfferTLV: Gen[DLCOfferTLV]
  19. def dlcOfferTLVAcceptTLV: Gen[(DLCOfferTLV, DLCAcceptTLV)]
  20. def dlcOfferTLVAcceptTLVSignTLV: Gen[(DLCOfferTLV, DLCAcceptTLV, DLCSignTLV)]
  21. def dlcOfferTLVAcceptTLVSignTLVWithOralceKeys: Gen[(DLCOfferTLV, DLCAcceptTLV, DLCSignTLV, ECPrivateKey, ECPrivateKey)]
  22. def dlcOfferTLVAcceptTLVWithOracleKeys: Gen[(DLCOfferTLV, DLCAcceptTLV, ECPrivateKey, ECPrivateKey)]
  23. def dlcOfferTLVWithOracleKeys: Gen[(DLCOfferTLV, ECPrivateKey, ECPrivateKey)]
  24. def dlcSignTLV(offer: DLCOfferTLV, accept: DLCAcceptTLV): Gen[DLCSignTLV]
  25. def dlcSignTLV: Gen[DLCSignTLV]
  26. def enumEventDescriptorV0TLV: Gen[EnumEventDescriptorV0TLV]
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  29. def errorTLV: Gen[ErrorTLV]
  30. def eventDescriptorTLV: Gen[EventDescriptorTLV]
  31. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  32. def fundingInputP2WPKHTLV(ignoreSerialIds: Vector[UInt64] = Vector.empty): Gen[FundingInputV0TLV]
  33. def fundingInputV0TLV(ignoreSerialIds: Vector[UInt64] = Vector.empty): Gen[FundingInputV0TLV]
  34. def fundingInputV0TLVs(collateralNeeded: CurrencyUnit, ignoreSerialIds: Vector[UInt64] = Vector.empty): Gen[Vector[FundingInputV0TLV]]
  35. def fundingSignaturesV0TLV(numWitnesses: Int): Gen[FundingSignaturesV0TLV]
  36. def fundingSignaturesV0TLV: Gen[FundingSignaturesV0TLV]
  37. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  38. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  39. def initTLV: Gen[InitTLV]
  40. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  43. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  44. def oracleAnnouncementV0TLV: Gen[OracleAnnouncementV0TLV]
  45. def oracleAttestmentV0TLV: Gen[OracleAttestmentV0TLV]
  46. def oracleEventV0TLV: Gen[OracleEventV0TLV]
  47. def oracleInfoTLV: Gen[OracleInfoTLV]
  48. def oracleInfoTLV(numDigits: Int): Gen[OracleInfoTLV]
  49. def oracleInfoTLV(outcomes: Vector[String]): Gen[OracleInfoTLV]
  50. def oracleInfoV0TLV: Gen[OracleInfoV0TLV]
  51. def oracleInfoV0TLV(numDigits: Int): Gen[OracleInfoV0TLV]
  52. def oracleInfoV0TLV(outcomes: Vector[String]): Gen[OracleInfoV0TLV]
  53. def oracleInfoV0TLVWithKeys: Gen[(OracleInfoV0TLV, ECPrivateKey, ECPrivateKey)]
  54. def oracleInfoV1TLV: Gen[OracleInfoV1TLV]
  55. def oracleInfoV1TLV(numDigits: Int): Gen[OracleInfoV1TLV]
  56. def oracleInfoV1TLV(outcomes: Vector[String]): Gen[OracleInfoV1TLV]
  57. def outgoingCLTVValueTLV: Gen[OutgoingCLTVValueTLV]
  58. def paymentDataTLV: Gen[PaymentDataTLV]
  59. def pingTLV: Gen[PingTLV]
  60. def pongTLV: Gen[PongTLV]
  61. def shortChannelIdTLV: Gen[ShortChannelIdTLV]
  62. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  63. def tlv: Gen[TLV]
  64. def toString(): String
    Definition Classes
    AnyRef → Any
  65. def unknownTLV: Gen[UnknownTLV]
  66. def unknownTpe: Gen[BigSizeUInt]
  67. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  68. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  69. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped