Packages

object CLightningJsonModels

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

Type Members

  1. case class CLightningAddress(type: String, address: String, port: Int) extends CLightningJsonModel with Product with Serializable
  2. case class CLightningInfo(id: NodeId, alias: String, color: String, num_peers: Int, num_pending_channels: Int, num_active_channels: Int, num_inactive_channels: Int, version: String, lightning-dir: String, blockheight: Int, network: BitcoinNetwork, fees_collected_msat: String, address: Vector[CLightningAddress], binding: Vector[CLightningAddress]) extends CLightningJsonModel with Product with Serializable
  3. case class CLightningInvoiceResult(bolt11: LnInvoice, payment_hash: Sha256Digest, payment_secret: PaymentSecret, expires_at: UInt64) extends CLightningJsonModel with Product with Serializable
  4. case class CLightningListInvoicesResult(invoices: Vector[CLightningLookupInvoiceResult]) extends CLightningJsonModel with Product with Serializable
  5. case class CLightningLookupInvoiceResult(label: String, description: String, bolt11: LnInvoice, msatoshi: Option[MilliSatoshis], msatoshi_received: Option[MilliSatoshis], payment_hash: Sha256Digest, payment_preimage: Option[PaymentPreimage], pay_index: Long, status: InvoiceStatus, expires_at: UInt64) extends CLightningJsonModel with Product with Serializable
  6. case class CLightningPayResult(destination: Option[NodeId], payment_preimage: PaymentPreimage, payment_hash: Sha256Digest, created_at: BigDecimal, parts: Long, msatoshi: MilliSatoshis, msatoshi_sent: MilliSatoshis) extends CLightningJsonModel with Product with Serializable
  7. case class CLightningPeer(id: NodeId, connected: Boolean, features: ByteVector, netaddr: Vector[String], channels: Vector[CLightningPeerChannel]) extends CLightningJsonModel with Product with Serializable
  8. case class CLightningPeerChannel(state: String, opener: LocalOrRemote, closer: Option[LocalOrRemote], status: Vector[String], to_us_msat: MilliSatoshis, total_msat: MilliSatoshis, fee_base_msat: MilliSatoshis, fee_proportional_millionths: Long, features: Vector[String]) extends CLightningJsonModel with Product with Serializable
  9. case class CLightningPeers(peers: Vector[CLightningPeer]) extends CLightningJsonModel with Product with Serializable
  10. case class CLightningPsbtResult(signed_psbt: PSBT) extends CLightningJsonModel with Product with Serializable
  11. case class CLightningTransaction(hash: DoubleSha256DigestBE, rawtx: Transaction, blockheight: Int, txindex: Int, locktime: Long, version: Int) extends CLightningJsonModel with Product with Serializable
  12. case class Channel(source: NodeId, destination: NodeId, short_channel_id: ShortChannelId, public: Boolean, satoshis: Satoshis, message_flags: Int, channel_flags: Int, active: Boolean, last_update: UInt64, base_fee_millisatoshi: MilliSatoshis, fee_per_millionth: Int, delay: Int) extends CLightningJsonModel with Product with Serializable
  13. case class ChannelFunds(peer_id: NodeId, our_amount_msat: MilliSatoshis, amount_msat: MilliSatoshis, funding_txid: DoubleSha256DigestBE, funding_output: UInt32, connected: Boolean, state: String, short_channel_id: Option[ShortChannelId]) extends CLightningJsonModel with Product with Serializable
  14. case class CloseChannelResult(type: ClosedChannelType, tx: Option[Transaction], txid: Option[DoubleSha256DigestBE]) extends CLightningJsonModel with Product with Serializable
  15. sealed abstract class ClosedChannelType extends CLightningJsonModel
  16. case class ConnectResult(id: NodeId, features: ByteVector, direction: ConnectionDirection, address: CLightningAddress) extends CLightningJsonModel with Product with Serializable
  17. sealed abstract class ConnectionDirection extends CLightningJsonModel
  18. case class FundChannelCancelResult(cancelled: String) extends CLightningJsonModel with Product with Serializable
  19. case class FundChannelCompleteResult(channel_id: FundedChannelId) extends CLightningJsonModel with Product with Serializable
  20. case class FundChannelResult(tx: Transaction, txid: DoubleSha256DigestBE, outnum: UInt32, channel_id: FundedChannelId, close_to: Option[ScriptPubKey]) extends CLightningJsonModel with Product with Serializable
  21. case class FundChannelStartResult(funding_address: BitcoinAddress, scriptpubkey: ScriptPubKey, close_to: Option[ScriptPubKey]) extends CLightningJsonModel with Product with Serializable
  22. case class InputReservation(txid: DoubleSha256DigestBE, vout: UInt32, was_reserved: Boolean, reserved: Boolean, reserved_to_block: Long) extends CLightningJsonModel with Product with Serializable
  23. case class InputReservations(reservations: Vector[InputReservation]) extends CLightningJsonModel with Product with Serializable
  24. sealed abstract class InvoiceStatus extends CLightningJsonModel
  25. case class ListChannelsResult(channels: Vector[Channel]) extends CLightningJsonModel with Product with Serializable
  26. case class ListFundsResult(outputs: Vector[Output], channels: Vector[ChannelFunds]) extends CLightningJsonModel with Product with Serializable
  27. case class ListTransactionsResults(transactions: Vector[CLightningTransaction]) extends CLightningJsonModel with Product with Serializable
  28. sealed abstract class LocalOrRemote extends CLightningJsonModel
  29. case class NewAddressResult(bech32: Option[BitcoinAddress], p2sh-segwit: Option[BitcoinAddress]) extends CLightningJsonModel with Product with Serializable
  30. case class Output(txid: DoubleSha256DigestBE, output: UInt32, value: Satoshis, scriptpubkey: ScriptPubKey, status: OutputStatus, reserved: Boolean, address: Option[BitcoinAddress], redeemscript: Option[ScriptPubKey], blockheight: Option[Long], reserved_to_block: Option[Long]) extends CLightningJsonModel with Product with Serializable
  31. sealed abstract class OutputStatus extends CLightningJsonModel
  32. case class SendCustomMessageResult(status: String) extends CLightningJsonModel with Product with Serializable
  33. case class WalletBalances(balance: CurrencyUnit, unconfirmedBalance: CurrencyUnit, confirmedBalance: CurrencyUnit) extends CLightningJsonModel with Product with Serializable
  34. case class WithdrawResult(tx: Transaction, txid: DoubleSha256DigestBE, psbt: PSBT) extends CLightningJsonModel with Product with Serializable

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. object ClosedChannelType extends StringFactory[ClosedChannelType]
  21. object ConnectionDirection extends StringFactory[ConnectionDirection]
  22. object InvoiceStatus extends StringFactory[InvoiceStatus]
  23. object LocalOrRemote extends StringFactory[LocalOrRemote]
  24. object OutputStatus extends StringFactory[OutputStatus]

Inherited from AnyRef

Inherited from Any

Ungrouped