trait AccountHandlingApi extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- AccountHandlingApi
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def clearUtxos(account: HDAccount): Future[Unit]
- abstract def createNewAccount(purpose: HDPurpose): Future[ExtPublicKey]
- abstract def createNewAccount(hdAccount: HDAccount): Future[ExtPublicKey]
Tries to create a new account in this wallet.
Tries to create a new account in this wallet. Fails if the most recent account has no transaction history, as per BIP44
- See also
- abstract def findAccount(account: HDAccount): Future[Option[AccountDb]]
- abstract def generateScriptPubKeys(account: HDAccount, addressBatchSize: Int, forceGenerateSpks: Boolean): Future[Vector[ScriptPubKey]]
- abstract def getConfirmedBalance(account: HDAccount): Future[CurrencyUnit]
- abstract def getDefaultAccount(): Future[AccountDb]
- abstract def getDefaultAccountForType(addressType: AddressType): Future[AccountDb]
- abstract def getNewAddress(accountDb: AccountDb): Future[BitcoinAddress]
- abstract def getNewAddress(account: AccountDb, chainType: HDChainType): Future[BitcoinAddress]
- abstract def getNewChangeAddress(accountDb: AccountDb): Future[BitcoinAddress]
- abstract def getUnconfirmedBalance(account: HDAccount): Future[CurrencyUnit]
- abstract def listAccounts(): Future[Vector[AccountDb]]
- abstract def listAddresses(account: HDAccount): Future[Vector[AddressDb]]
- abstract def listFundedAddresses(account: HDAccount): Future[Vector[(AddressDb, CurrencyUnit)]]
- abstract def listSpentAddresses(account: HDAccount): Future[Vector[AddressDb]]
- abstract def listUnusedAddresses(account: HDAccount): Future[Vector[AddressDb]]
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 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])
- def getBalance(account: HDAccount)(implicit ec: ExecutionContext): Future[CurrencyUnit]
Gets the balance of the given account
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def getNewAddress(account: HDAccount)(implicit ec: ExecutionContext): Future[BitcoinAddress]
- final def getNewChangeAddress(account: HDAccount)(implicit ec: ExecutionContext): Future[BitcoinAddress]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def listAccounts(purpose: HDPurpose)(implicit ec: ExecutionContext): Future[Vector[AccountDb]]
- 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()