Packages

o

fr.acinq.eclair.wire

ChannelCodecs

object ChannelCodecs

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChannelCodecs
  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. val DATA_CLOSING_Codec: Codec[DATA_CLOSING]
  5. val DATA_NEGOTIATING_Codec: Codec[DATA_NEGOTIATING]
  6. val DATA_NORMAL_Codec: Codec[DATA_NORMAL]
  7. val DATA_WAIT_FOR_FUNDING_CONFIRMED_Codec: Codec[DATA_WAIT_FOR_FUNDING_CONFIRMED]
  8. val DATA_WAIT_FOR_FUNDING_LOCKED_Codec: Codec[DATA_WAIT_FOR_FUNDING_LOCKED]
  9. val DATA_WAIT_FOR_REMOTE_PUBLISH_FUTURE_COMMITMENT_Codec: Codec[DATA_WAIT_FOR_REMOTE_PUBLISH_FUTURE_COMMITMENT]
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. val bool8: Codec[Boolean]

    byte-aligned boolean codec

  12. val channelFeaturesCodec: Codec[ChannelFeatures]
  13. val channelKeysCodec: Codec[ChannelKeys]
  14. val channelLabelCodec: Codec[ChannelLabel]
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  16. val closingTxProposedCodec: Codec[ClosingTxProposed]
  17. val commitTxCodec: Codec[CommitTx]
  18. val commitmentSpecCodec: Codec[CommitmentSpec]
  19. val commitmentsCodec: Codec[NormalCommits]
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  22. val extParamsCodec: DiscriminatorCodec[ExtParams, Int]
  23. val extendedPrivateKeyCodec: Codec[ExtendedPrivateKey]
  24. val extendedPublicKeyCodec: Codec[ExtendedPublicKey]
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. val hostedCommitsCodec: Codec[HostedCommits]
  28. val htlcCodec: DiscriminatorCodec[DirectedHtlc, Boolean]
  29. val htlcTxAndSigsCodec: Codec[HtlcTxAndSigs]
  30. val inputInfoCodec: Codec[InputInfo]
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. val keyPathCodec: Codec[KeyPath]
  33. def lengthDelimited[T](codec: Codec[T]): Codec[T]
  34. val localChangesCodec: Codec[LocalChanges]
  35. val localCommitCodec: Codec[LocalCommit]
  36. val localCommitPublishedCodec: Codec[LocalCommitPublished]
  37. val localParamsCodec: Codec[LocalParams]
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  41. val outPointCodec: Codec[OutPoint]
  42. val persistentDataCodec: DiscriminatorCodec[PersistentChannelData, Int]
  43. val publishableTxsCodec: Codec[PublishableTxs]
  44. val remoteChangesCodec: Codec[RemoteChanges]
  45. val remoteCommitCodec: Codec[RemoteCommit]
  46. val remoteCommitPublishedCodec: Codec[RemoteCommitPublished]
  47. val remoteNodeInfoCodec: Codec[RemoteNodeInfo]
  48. val remoteParamsCodec: Codec[RemoteParams]
  49. val revokedCommitPublishedCodec: Codec[RevokedCommitPublished]
  50. val spentMapCodec: Codec[Map[OutPoint, TxConfirmedAt]]
  51. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  52. def toString(): String
    Definition Classes
    AnyRef → Any
  53. val txCodec: Codec[Transaction]
  54. val txConfirmedAtCodec: Codec[TxConfirmedAt]
  55. val txOutCodec: Codec[TxOut]
  56. val txWithInputInfoCodec: DiscriminatorCodec[TransactionWithInputInfo, Int]
  57. val updateMessageCodec: Codec[UpdateMessage]
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  61. val waitingForRevocationCodec: Codec[WaitingForRevocation]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped