WalletInterface

interface WalletInterface

Functions

Link copied to clipboard
abstract fun broadcast(psbt: PartiallySignedBitcoinTransaction): String
Link copied to clipboard
abstract fun getBalance(): ULong
Link copied to clipboard
abstract fun getLastUnusedAddress(): String
Link copied to clipboard
abstract fun getNetwork(): Network
Link copied to clipboard
abstract fun getNewAddress(): String
Link copied to clipboard
abstract fun getTransactions(): List<Transaction>
Link copied to clipboard
abstract fun sign(psbt: PartiallySignedBitcoinTransaction)
Link copied to clipboard
abstract fun sync(progressUpdate: BdkProgress, maxAddressParam: UInt?)

Inheritors

Link copied to clipboard