object CLightningJsonModels
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CLightningJsonModels
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class CLightningAddress(type: String, address: String, port: Int) extends CLightningJsonModel with Product with Serializable
- 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: Long, address: Vector[CLightningAddress], binding: Vector[CLightningAddress]) extends CLightningJsonModel with Product with Serializable
- case class CLightningInvoiceResult(bolt11: LnInvoice, payment_hash: Sha256Digest, payment_secret: PaymentSecret, expires_at: UInt64) extends CLightningJsonModel with Product with Serializable
- case class CLightningListInvoicesResult(invoices: Vector[CLightningLookupInvoiceResult]) extends CLightningJsonModel with Product with Serializable
- 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
- case class CLightningPayResult(destination: Option[NodeId], payment_hash: Sha256Digest, created_at: BigDecimal, parts: Long, amount_msat: MilliSatoshis, amount_sent_msat: MilliSatoshis) extends CLightningJsonModel with Product with Serializable
- case class CLightningPeer(id: NodeId, connected: Boolean, features: ByteVector, netaddr: Vector[String], channels: Vector[CLightningPeerChannel]) extends CLightningJsonModel with Product with Serializable
- 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
- case class CLightningPeers(peers: Vector[CLightningPeer]) extends CLightningJsonModel with Product with Serializable
- case class CLightningPsbtResult(signed_psbt: PSBT) extends CLightningJsonModel with Product with Serializable
- case class CLightningTransaction(hash: DoubleSha256DigestBE, rawtx: Transaction, blockheight: Int, txindex: Int, locktime: Long, version: Int) extends CLightningJsonModel with Product with Serializable
- case class Channel(source: NodeId, destination: NodeId, short_channel_id: ShortChannelId, public: Boolean, amount_msat: MilliSatoshis, message_flags: Int, channel_flags: Int, active: Boolean, last_update: UInt64, base_fee_millisatoshi: MilliSatoshis, fee_per_millionth: Int, delay: Int, htlc_minimum_msat: MilliSatoshis, htlc_maximum_msat: MilliSatoshis, features: String) extends CLightningJsonModel with Product with Serializable
- 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
- case class CloseChannelResult(type: ClosedChannelType, tx: Option[Transaction], txid: Option[DoubleSha256DigestBE]) extends CLightningJsonModel with Product with Serializable
- sealed abstract class ClosedChannelType extends CLightningJsonModel
- case class ConnectResult(id: NodeId, features: ByteVector, direction: ConnectionDirection, address: CLightningAddress) extends CLightningJsonModel with Product with Serializable
- sealed abstract class ConnectionDirection extends CLightningJsonModel
- case class FundChannelCancelResult(cancelled: String) extends CLightningJsonModel with Product with Serializable
- case class FundChannelCompleteResult(channel_id: FundedChannelId) extends CLightningJsonModel with Product with Serializable
- case class FundChannelResult(tx: Transaction, txid: DoubleSha256DigestBE, outnum: UInt32, channel_id: FundedChannelId, close_to: Option[ScriptPubKey]) extends CLightningJsonModel with Product with Serializable
- case class FundChannelStartResult(funding_address: BitcoinAddress, scriptpubkey: ScriptPubKey, close_to: Option[ScriptPubKey]) extends CLightningJsonModel with Product with Serializable
- case class InputReservation(txid: DoubleSha256DigestBE, vout: UInt32, was_reserved: Boolean, reserved: Boolean, reserved_to_block: Long) extends CLightningJsonModel with Product with Serializable
- case class InputReservations(reservations: Vector[InputReservation]) extends CLightningJsonModel with Product with Serializable
- sealed abstract class InvoiceStatus extends CLightningJsonModel
- case class ListChannelsResult(channels: Vector[Channel]) extends CLightningJsonModel with Product with Serializable
- case class ListFundsResult(outputs: Vector[Output], channels: Vector[ChannelFunds]) extends CLightningJsonModel with Product with Serializable
- case class ListTransactionsResults(transactions: Vector[CLightningTransaction]) extends CLightningJsonModel with Product with Serializable
- sealed abstract class LocalOrRemote extends CLightningJsonModel
- case class NewAddressResult(bech32: Option[BitcoinAddress], p2tr: Option[Bech32mAddress]) extends CLightningJsonModel with Product with Serializable
- case class Output(txid: DoubleSha256DigestBE, output: UInt32, amount_msat: MilliSatoshis, 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
- sealed abstract class OutputStatus extends CLightningJsonModel
- case class SendCustomMessageResult(status: String) extends CLightningJsonModel with Product with Serializable
- case class WalletBalances(balance: CurrencyUnit, unconfirmedBalance: CurrencyUnit, confirmedBalance: CurrencyUnit) extends CLightningJsonModel with Product with Serializable
- case class WithdrawResult(tx: Transaction, txid: DoubleSha256DigestBE, psbt: PSBT) extends CLightningJsonModel with Product with Serializable
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 clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- 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 hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- object ClosedChannelType extends StringFactory[ClosedChannelType]
- object ConnectionDirection extends StringFactory[ConnectionDirection]
- object InvoiceStatus extends StringFactory[InvoiceStatus]
- object LocalOrRemote extends StringFactory[LocalOrRemote]
- object OutputStatus extends StringFactory[OutputStatus]