case class WalletDAOs(accountDAO: AccountDAO, addressDAO: AddressDAO, addressTagDAO: AddressTagDAO, utxoDAO: SpendingInfoDAO, transactionDAO: TransactionDAO, incomingTxDAO: IncomingTransactionDAO, outgoingTxDAO: OutgoingTransactionDAO, scriptPubKeyDAO: ScriptPubKeyDAO, stateDescriptorDAO: WalletStateDescriptorDAO) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WalletDAOs
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new WalletDAOs(accountDAO: AccountDAO, addressDAO: AddressDAO, addressTagDAO: AddressTagDAO, utxoDAO: SpendingInfoDAO, transactionDAO: TransactionDAO, incomingTxDAO: IncomingTransactionDAO, outgoingTxDAO: OutgoingTransactionDAO, scriptPubKeyDAO: ScriptPubKeyDAO, stateDescriptorDAO: WalletStateDescriptorDAO)
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
- val accountDAO: AccountDAO
- val addressDAO: AddressDAO
- val addressTagDAO: AddressTagDAO
- 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 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()
- val incomingTxDAO: IncomingTransactionDAO
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val list: Vector[CRUD[_ >: WalletStateDescriptorDb with OutgoingTransactionDb with UTXORecord with IncomingTransactionDb with TransactionDb with AddressTagDb with AddressRecord with AccountDb with ScriptPubKeyDb <: Product with Serializable, _ >: WalletStateDescriptorType with DoubleSha256DigestBE with Long with (BitcoinAddress, AddressTagType) with BitcoinAddress with (HDCoin, Int)] with Product with Serializable { val table: slick.lifted.TableQuery[_ >: this.WalletStateDescriptorTable with this.OutgoingTransactionTable with this.SpendingInfoTable with this.IncomingTransactionTable with this.TransactionTable with this.AddressTagTable with this.AddressTable with this.AccountTable with this.ScriptPubKeyTable <: slick.jdbc.JdbcProfile#Table[_ >: org.bitcoins.wallet.models.WalletStateDescriptorDb with org.bitcoins.core.api.wallet.db.OutgoingTransactionDb with org.bitcoins.core.api.wallet.db.UTXORecord with org.bitcoins.core.api.wallet.db.IncomingTransactionDb with org.bitcoins.core.api.wallet.db.TransactionDb with org.bitcoins.core.api.wallet.db.AddressTagDb with org.bitcoins.core.api.wallet.db.AddressRecord with org.bitcoins.core.api.wallet.db.AccountDb with org.bitcoins.core.api.wallet.db.ScriptPubKeyDb <: Product with java.io.Serializable]] }]
- 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()
- val outgoingTxDAO: OutgoingTransactionDAO
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val scriptPubKeyDAO: ScriptPubKeyDAO
- val stateDescriptorDAO: WalletStateDescriptorDAO
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val transactionDAO: TransactionDAO
- val utxoDAO: SpendingInfoDAO
- 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()