case class SpendingInfoTable(tag: slick.jdbc.JdbcProfile.JdbcAPI.Tag) extends TableAutoInc with Product with Serializable
This table stores the necessary information to spend a transaction output (TXO) at a later point in time. It also stores how many confirmations it has, whether or not it is spent (i.e. if it is a UTXO or not) and the TXID of the transaction that created this output.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SpendingInfoTable
- Serializable
- Product
- Equals
- TableAutoInc
- Table
- AbstractTable
- Rep
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SpendingInfoTable(tag: slick.jdbc.JdbcProfile.JdbcAPI.Tag)
Type Members
- final type TableElementType = UTXORecord
- Definition Classes
- Table → AbstractTable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def *: ProvenShape[UTXORecord]
- Definition Classes
- SpendingInfoTable → AbstractTable
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val O: slick.jdbc.JdbcProfile.columnOptions.type
- Definition Classes
- Table
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def collectFieldSymbols(n: Node): Iterable[FieldSymbol]
- Attributes
- protected[this]
- Definition Classes
- AbstractTable
- def column[C](n: String, options: ColumnOption[C]*)(implicit tt: TypedType[C]): Rep[C]
- Definition Classes
- Table
- def create_*: Iterable[FieldSymbol]
- Definition Classes
- AbstractTable
- def encodeRef(path: Node): AbstractTable[UTXORecord]
- Definition Classes
- AbstractTable → Rep
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fk_incoming_txId: ForeignKeyQuery[_, IncomingTransactionDb]
All UTXOs must have a corresponding transaction in the wallet
- def fk_scriptPubKeyId: ForeignKeyQuery[_, ScriptPubKeyDb]
All UTXOs must have a SPK in the wallet that gets spent to
- def foreignKey[P, PU, TT <: AbstractTable[_], U](name: String, sourceColumns: P, targetTableQuery: TableQuery[TT])(targetColumns: (TT) => P, onUpdate: ForeignKeyAction, onDelete: ForeignKeyAction)(implicit unpack: Shape[_ <: FlatShapeLevel, TT, U, _], unpackP: Shape[_ <: FlatShapeLevel, P, PU, _]): ForeignKeyQuery[TT, U]
- Definition Classes
- AbstractTable
- final def foreignKeys: Iterable[ForeignKey]
- Definition Classes
- AbstractTable
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def id: slick.jdbc.JdbcProfile.JdbcAPI.Rep[Long]
- Definition Classes
- TableAutoInc
- def index[A](name: String, on: A, unique: Boolean)(implicit shape: Shape[_ <: FlatShapeLevel, A, _, _]): Index
- Definition Classes
- AbstractTable
- def indexes: Iterable[Index]
- Definition Classes
- AbstractTable
- 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()
- def outPoint: slick.jdbc.JdbcProfile.JdbcAPI.Rep[TransactionOutPoint]
- def primaryKey[A](name: String, sourceColumns: A)(implicit shape: Shape[_ <: FlatShapeLevel, A, _, _]): PrimaryKey
- Definition Classes
- AbstractTable
- final def primaryKeys: Iterable[PrimaryKey]
- Definition Classes
- AbstractTable
- def privKeyPath: slick.jdbc.JdbcProfile.JdbcAPI.Rep[HDPath]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def redeemScriptOpt: slick.jdbc.JdbcProfile.JdbcAPI.Rep[Option[ScriptPubKey]]
- val schemaName: Option[String]
- Definition Classes
- AbstractTable
- def scriptPubKeyId: slick.jdbc.JdbcProfile.JdbcAPI.Rep[Long]
- def scriptWitnessOpt: slick.jdbc.JdbcProfile.JdbcAPI.Rep[Option[ScriptWitness]]
- def spendingTxIdOpt: slick.jdbc.JdbcProfile.JdbcAPI.Rep[Option[DoubleSha256DigestBE]]
- def state: slick.jdbc.JdbcProfile.JdbcAPI.Rep[TxoState]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tableConstraints: Iterator[Constraint]
- Definition Classes
- AbstractTable
- def tableIdentitySymbol: TableIdentitySymbol
- Definition Classes
- Table → AbstractTable
- val tableName: String
- Definition Classes
- AbstractTable
- lazy val tableNode: TableNode
- Definition Classes
- AbstractTable
- def tableProvider: RelationalProfile
- Definition Classes
- Table
- val tableTag: Tag
- Definition Classes
- AbstractTable
- val tag: slick.jdbc.JdbcProfile.JdbcAPI.Tag
- def toNode: Node
- Definition Classes
- AbstractTable → Rep
- def toString(): String
- Definition Classes
- Rep → AnyRef → Any
- def txid: slick.jdbc.JdbcProfile.JdbcAPI.Rep[DoubleSha256DigestBE]
- def value: slick.jdbc.JdbcProfile.JdbcAPI.Rep[CurrencyUnit]
- 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()