trait AddressHandlingApi extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- AddressHandlingApi
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def dropAddressTag(addressTagDb: AddressTagDb): Future[Int]
- abstract def dropAddressTagName(address: BitcoinAddress, addressTagName: AddressTagName): Future[Int]
- abstract def dropAddressTagType(address: BitcoinAddress, addressTagType: AddressTagType): Future[Int]
- abstract def dropAddressTagType(addressTagType: AddressTagType): Future[Int]
- abstract def findOurOutputs(transaction: Transaction): Future[Vector[(TransactionOutput, TransactionOutPoint)]]
Given a transaction, returns the outputs (with their corresponding outpoints) that pay to this wallet
- abstract def getAddressInfo(address: BitcoinAddress): Future[Option[AddressInfo]]
- abstract def getAddressTags(address: BitcoinAddress, tagType: AddressTagType): Future[Vector[AddressTagDb]]
- abstract def getAddressTags(tagType: AddressTagType): Future[Vector[AddressTagDb]]
- abstract def getAddressTags(address: BitcoinAddress): Future[Vector[AddressTagDb]]
- abstract def getAddressTags(): Future[Vector[AddressTagDb]]
- abstract def getNewAddress(addressType: AddressType, tags: Vector[AddressTag]): Future[BitcoinAddress]
- abstract def getNewAddress(addressType: AddressType): Future[BitcoinAddress]
- abstract def getNewAddress(tags: Vector[AddressTag]): Future[BitcoinAddress]
- abstract def getNewAddress(): Future[BitcoinAddress]
- abstract def getNewChangeAddress(): Future[BitcoinAddress]
- abstract def getUnusedAddress: Future[BitcoinAddress]
Gets a external address.
Gets a external address. Calling this method multiple times will return the same address, until it has received funds.
- abstract def isChange(output: TransactionOutput): Future[Boolean]
Determines if the given output is from this wallet and is a change output from this wallet
- abstract def listAddresses(): Future[Vector[AddressDb]]
- abstract def listFundedAddresses(): Future[Vector[(AddressDb, CurrencyUnit)]]
- abstract def listScriptPubKeys(): Future[Vector[ScriptPubKeyDb]]
- abstract def listSpentAddresses(): Future[Vector[AddressDb]]
- abstract def listUnusedAddresses(): Future[Vector[AddressDb]]
- abstract def tagAddress(address: BitcoinAddress, tag: AddressTag): Future[AddressTagDb]
- abstract def watchScriptPubKey(scriptPubKey: ScriptPubKey): Future[ScriptPubKeyDb]
Concrete 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 contains(address: BitcoinAddress, accountOpt: Option[(AccountHandlingApi, HDAccount)])(implicit ec: ExecutionContext): Future[Boolean]
- 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()