trait WalletApi extends AnyRef
API for the wallet project.
This wallet API is BIP44 compliant.
- See also
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- WalletApi
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def accountHandling: AccountHandlingApi
- abstract def addressHandling: AddressHandlingApi
- abstract def broadcastTransaction(transaction: Transaction): Future[Unit]
- abstract val chainQueryApi: ChainQueryApi
- abstract val creationTime: Instant
- abstract def feeRateApi: FeeRateApi
- abstract def fundTxHandling: FundTransactionHandlingApi
- abstract def getConfirmedBalance(): Future[CurrencyUnit]
Gets the sum of all confirmed UTXOs in this wallet
- abstract def getInfo(): Future[WalletInfo]
- abstract def getNewAddress(): Future[BitcoinAddress]
- abstract def getNewChangeAddress(): Future[BitcoinAddress]
- abstract def getSyncDescriptorOpt(): Future[Option[SyncHeightDescriptor]]
- abstract def getSyncState(): Future[BlockSyncState]
- abstract def getUnconfirmedBalance(): Future[CurrencyUnit]
Gets the sum of all unconfirmed UTXOs in this wallet
- abstract def getWalletName(): Future[String]
- abstract def isEmpty(): Future[Boolean]
Checks if the wallet contains any data
- abstract def isRescanning(): Future[Boolean]
- abstract val nodeApi: NodeApi
- abstract def rescanHandling: RescanHandlingApi
- abstract def sendFundsHandling: SendFundsHandlingApi
- abstract def transactionProcessing: TransactionProcessingApi
- abstract def utxoHandling: UtxoHandlingApi
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()(implicit ec: ExecutionContext): Future[CurrencyUnit]
Gets the sum of all UTXOs in this wallet
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getFeeRate(): Future[FeeUnit]
- 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()