Packages

o

org.bitcoins.cli

CliCommand

object CliCommand

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

Type Members

  1. sealed trait AcceptDLCCliCommand extends AppServerCliCommand
  2. case class AcceptDLCOfferFromFile(path: Path, destination: Option[Path]) extends AcceptDLCCliCommand with Product with Serializable
  3. case class AddDLCOffer(offer: LnMessage[DLCOfferTLV], peer: String, message: String) extends AppServerCliCommand with Product with Serializable
  4. case class AddDLCSigsAndBroadcast(sigs: LnMessage[DLCSignTLV]) extends AddDLCSigsAndBroadcastCliCommand with Product with Serializable
  5. sealed trait AddDLCSigsAndBroadcastCliCommand extends AddDLCSigsCliCommand
  6. case class AddDLCSigsAndBroadcastFromFile(path: Path) extends AddDLCSigsAndBroadcastCliCommand with Product with Serializable
  7. sealed trait AddDLCSigsCliCommand extends AppServerCliCommand
  8. case class AddDLCSigsFromFile(path: Path) extends AddDLCSigsCliCommand with Product with Serializable
  9. case class BackupOracle(destination: String) extends OracleServerCliCommand with Product with Serializable
  10. case class CancelDLC(dlcId: Sha256Digest) extends AppServerCliCommand with Product with Serializable
  11. case class CreateDigitDecompAnnouncement(eventName: String, maturationTime: Instant, base: Int, isSigned: Boolean, numDigits: Int, unit: String, precision: Int) extends OracleServerCliCommand with Product with Serializable
  12. case class CreateEnumAnnouncement(label: String, maturationTime: Date, outcomes: Seq[String]) extends OracleServerCliCommand with Product with Serializable
  13. case class CreateNumericAnnouncement(eventName: String, maturationTime: Date, minValue: Long, maxValue: Long, unit: String, precision: Int) extends OracleServerCliCommand with Product with Serializable
  14. case class DecodeAttestments(sigs: OracleAttestmentV0TLV) extends AppServerCliCommand with Product with Serializable
  15. case class DeleteAnnouncement(eventName: String) extends OracleServerCliCommand with Product with Serializable
  16. case class DeleteAttestation(eventName: String) extends OracleServerCliCommand with Product with Serializable
  17. case class GetAnnouncement(eventName: String) extends OracleServerCliCommand with Product with Serializable
  18. case class GetBalances(isSats: Boolean) extends AppServerCliCommand with Product with Serializable
  19. case class GetSignatures(eventName: String) extends OracleServerCliCommand with Product with Serializable
  20. case class RemoveDLCOffer(offerHash: Sha256Digest) extends AppServerCliCommand with Product with Serializable
  21. case class SetOracleName(name: String) extends OracleServerCliCommand with Product with Serializable
  22. sealed trait SignDLCCliCommand extends AppServerCliCommand
  23. case class SignDigits(eventName: String, num: Long) extends OracleServerCliCommand with Product with Serializable
  24. case class SignEnum(eventName: String, outcome: String) extends OracleServerCliCommand with Product with Serializable
  25. case class SignMessage(message: String) extends OracleServerCliCommand with Product with Serializable
  26. case class ZipDataDir(path: Path) extends AppServerCliCommand 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 buildRequest(command: commons.rpc.CliCommand): RequestParam
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  21. case object CreateNewAccount extends AppServerCliCommand with Product with Serializable
  22. case object EstimateFee extends AppServerCliCommand with Product with Serializable
  23. case object ExportStakingAddressWif extends OracleServerCliCommand with Product with Serializable
  24. case object GetAccounts extends AppServerCliCommand with Product with Serializable
  25. case object GetAddressLabels extends AppServerCliCommand with Product with Serializable
  26. case object GetAddresses extends AppServerCliCommand with Product with Serializable
  27. case object GetBestBlockHash extends AppServerCliCommand with Product with Serializable
  28. case object GetBlockCount extends AppServerCliCommand with Product with Serializable
  29. case object GetConnectionCount extends AppServerCliCommand with Product with Serializable
  30. case object GetDLCHostAddress extends AppServerCliCommand with Product with Serializable
  31. case object GetDLCWalletAccounting extends AppServerCliCommand with Product with Serializable
  32. case object GetFilterCount extends AppServerCliCommand with Product with Serializable
  33. case object GetFilterHeaderCount extends AppServerCliCommand with Product with Serializable
  34. case object GetFundedAddresses extends AppServerCliCommand with Product with Serializable
  35. case object GetInfo extends AppServerCliCommand with Product with Serializable
  36. case object GetMedianTimePast extends AppServerCliCommand with Product with Serializable
  37. case object GetOracleName extends OracleServerCliCommand with Product with Serializable
  38. case object GetPublicKey extends OracleServerCliCommand with Product with Serializable
  39. case object GetSpentAddresses extends AppServerCliCommand with Product with Serializable
  40. case object GetStakingAddress extends OracleServerCliCommand with Product with Serializable
  41. case object GetUnusedAddresses extends AppServerCliCommand with Product with Serializable
  42. case object GetUtxos extends AppServerCliCommand with Product with Serializable
  43. case object GetVersion extends ServerlessCliCommand with Product with Serializable
  44. case object IsEmpty extends AppServerCliCommand with Product with Serializable
  45. case object ListAnnouncements extends OracleServerCliCommand with Product with Serializable
  46. case object ListReservedUtxos extends AppServerCliCommand with Product with Serializable
  47. case object ListWallets extends AppServerCliCommand with Product with Serializable
  48. case object Stop extends AppServerCliCommand with Product with Serializable
  49. case object WalletInfo extends AppServerCliCommand with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped