bdk-jvm
bdk-jvm
/
org.bitcoindevkit
/
WalletInterface
Wallet
Interface
interface
WalletInterface
Content copied to clipboard
Functions
Inheritors
Functions
broadcast
Link copied to clipboard
abstract
fun
broadcast
(
psbt
:
PartiallySignedBitcoinTransaction
)
:
String
Content copied to clipboard
get
Balance
Link copied to clipboard
abstract
fun
getBalance
(
)
:
ULong
Content copied to clipboard
get
Last
Unused
Address
Link copied to clipboard
abstract
fun
getLastUnusedAddress
(
)
:
String
Content copied to clipboard
get
Network
Link copied to clipboard
abstract
fun
getNetwork
(
)
:
Network
Content copied to clipboard
get
New
Address
Link copied to clipboard
abstract
fun
getNewAddress
(
)
:
String
Content copied to clipboard
get
Transactions
Link copied to clipboard
abstract
fun
getTransactions
(
)
:
List
<
Transaction
>
Content copied to clipboard
sign
Link copied to clipboard
abstract
fun
sign
(
psbt
:
PartiallySignedBitcoinTransaction
)
Content copied to clipboard
sync
Link copied to clipboard
abstract
fun
sync
(
progressUpdate
:
BdkProgress
,
maxAddressParam
:
UInt
?
)
Content copied to clipboard
Inheritors
Wallet
Link copied to clipboard