From: thunderbiscuit Date: Wed, 5 Oct 2022 13:41:48 +0000 (-0400) Subject: Update bdk-jvm and bdk-android API docs to version 0.9.0 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/scripts/struct.NetworkValidationError.html?a=commitdiff_plain;h=49275f31994b25cab90503cc24d9897ac3c69556;p=bitcoindevkit.org Update bdk-jvm and bdk-android API docs to version 0.9.0 --- diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-address-amount/-address-amount.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-address-amount/-address-amount.html new file mode 100644 index 0000000000..6e802523bd --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-address-amount/-address-amount.html @@ -0,0 +1,60 @@ + + + + + AddressAmount + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

AddressAmount

+
+
fun AddressAmount(address: String, amount: ULong)
+
+ +
+
+ + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-address-amount/address.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-address-amount/address.html new file mode 100644 index 0000000000..05209b326a --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-address-amount/address.html @@ -0,0 +1,60 @@ + + + + + address + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

address

+
+
var address: String
+
+ +
+
+ + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-address-amount/amount.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-address-amount/amount.html new file mode 100644 index 0000000000..a9172f39fb --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-address-amount/amount.html @@ -0,0 +1,60 @@ + + + + + amount + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

amount

+
+
var amount: ULong
+
+ +
+
+ + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-address-amount/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-address-amount/index.html new file mode 100644 index 0000000000..ab19abbd19 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-address-amount/index.html @@ -0,0 +1,114 @@ + + + + + AddressAmount + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

AddressAmount

+
data class AddressAmount(var address: String, var amount: ULong)

A object holding an address and an amount.

+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun AddressAmount(address: String, amount: ULong)
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
var address: String

The address.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var amount: ULong

The amount.

+
+
+
+
+
+
+
+
+ +
+
+ + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-address-index/-l-a-s-t_-u-n-u-s-e-d/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-address-index/-l-a-s-t_-u-n-u-s-e-d/index.html new file mode 100644 index 0000000000..f3cd595fd0 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-address-index/-l-a-s-t_-u-n-u-s-e-d/index.html @@ -0,0 +1,97 @@ + + + + + LAST_UNUSED + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

LAST_UNUSED

+

Return the address for the current descriptor index if it has not been used in a received transaction. Otherwise return a new address as with AddressIndex.NEW. Use with caution, if the wallet has not yet detected an address has been used it could return an already used address. This function is primarily meant for situations where the caller is untrusted; for example when deriving donation addresses on-demand for a public web page.

+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val name: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val ordinal: Int
+
+
+
+
+
+
+
+
+ +
+
+ + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-address-index/-n-e-w/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-address-index/-n-e-w/index.html new file mode 100644 index 0000000000..bfd966c443 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-address-index/-n-e-w/index.html @@ -0,0 +1,97 @@ + + + + + NEW + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

NEW

+

Return a new address after incrementing the current descriptor index.

+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val name: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val ordinal: Int
+
+
+
+
+
+
+
+
+ +
+
+ + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-address-index/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-address-index/index.html new file mode 100644 index 0000000000..09494b8051 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-address-index/index.html @@ -0,0 +1,145 @@ + + + + + AddressIndex + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

AddressIndex

+
enum AddressIndex : Enum<AddressIndex>

The address index selection strategy to use to derive an address from the wallet’s external descriptor.

If you’re unsure which one to use, use AddressIndex.NEW.

+
+
+
+
+

Samples

+

+fun main() { 
+   //sampleStart 
+   val wallet: Wallet = Wallet(
+    descriptor = descriptor,
+    changeDescriptor = changeDescriptor,
+    network = Network.TESTNET,
+    databaseConfig = DatabaseConfig.Memory
+)
+
+fun getLastUnusedAddress(): AddressInfo {
+    return wallet.getAddress(AddressIndex.LAST_UNUSED)
+} 
+   //sampleEnd
+}
+

Entries

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Return a new address after incrementing the current descriptor index.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Return the address for the current descriptor index if it has not been used in a received transaction. Otherwise return a new address as with AddressIndex.NEW. Use with caution, if the wallet has not yet detected an address has been used it could return an already used address. This function is primarily meant for situations where the caller is untrusted; for example when deriving donation addresses on-demand for a public web page.

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val name: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val ordinal: Int
+
+
+
+
+
+
+
+
+ +
+
+ + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-address-info/--index--.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-address-info/--index--.html new file mode 100644 index 0000000000..cc0e05c9a0 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-address-info/--index--.html @@ -0,0 +1,60 @@ + + + + + index + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

index

+
+
var index: UInt
+
+ +
+
+ + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-address-info/-address-info.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-address-info/-address-info.html new file mode 100644 index 0000000000..987b6a623f --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-address-info/-address-info.html @@ -0,0 +1,60 @@ + + + + + AddressInfo + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

AddressInfo

+
+
fun AddressInfo(index: UInt, address: String)
+
+ +
+
+ + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-address-info/address.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-address-info/address.html new file mode 100644 index 0000000000..f5591ed174 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-address-info/address.html @@ -0,0 +1,60 @@ + + + + + address + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

address

+
+
var address: String
+
+ +
+
+ + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-address-info/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-address-info/index.html new file mode 100644 index 0000000000..f17a02b658 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-address-info/index.html @@ -0,0 +1,134 @@ + + + + + AddressInfo + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

AddressInfo

+
data class AddressInfo(var index: UInt, var address: String)

A derived address and the index it was found at.

+
+
+
+
+

Samples

+

+fun main() { 
+   //sampleStart 
+   val wallet: Wallet = Wallet(
+    descriptor = descriptor,
+    changeDescriptor = changeDescriptor,
+    network = Network.TESTNET,
+    databaseConfig = DatabaseConfig.Memory
+)
+
+fun getLastUnusedAddress(): AddressInfo {
+    return wallet.getAddress(AddressIndex.NEW)
+}
+
+val newAddress: AddressInfo = getLastUnusedAddress()
+
+println("New address at index ${newAddress.index} is ${newAddress.address}") 
+   //sampleEnd
+}
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun AddressInfo(index: UInt, address: String)
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
var address: String

Address.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var index: UInt

Child index of this address.

+
+
+
+
+
+
+
+
+ +
+
+ + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-balance/-balance.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-balance/-balance.html new file mode 100644 index 0000000000..cef7f5c81c --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-balance/-balance.html @@ -0,0 +1,60 @@ + + + + + Balance + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

Balance

+
+
fun Balance(    immature: ULong,     trustedPending: ULong,     untrustedPending: ULong,     confirmed: ULong,     spendable: ULong,     total: ULong)
+
+ +
+
+ + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-balance/confirmed.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-balance/confirmed.html new file mode 100644 index 0000000000..3c2d2f4d4d --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-balance/confirmed.html @@ -0,0 +1,60 @@ + + + + + confirmed + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

confirmed

+
+
var confirmed: ULong
+
+ +
+
+ + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-balance/immature.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-balance/immature.html new file mode 100644 index 0000000000..4f8726663c --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-balance/immature.html @@ -0,0 +1,60 @@ + + + + + immature + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

immature

+
+
var immature: ULong
+
+ +
+
+ + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-balance/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-balance/index.html new file mode 100644 index 0000000000..229d6fc89e --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-balance/index.html @@ -0,0 +1,200 @@ + + + + + Balance + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

Balance

+
data class Balance(    var immature: ULong,     var trustedPending: ULong,     var untrustedPending: ULong,     var confirmed: ULong,     var spendable: ULong,     var total: ULong)

Balance differentiated in various categories.

+
+
+
+
+

Samples

+

+fun main() { 
+   //sampleStart 
+   object LogProgress : Progress {
+    override fun update(progress: Float, message: String?) {}
+}
+
+val memoryDatabaseConfig = DatabaseConfig.Memory
+private val blockchainConfig = BlockchainConfig.Electrum(
+    ElectrumConfig(
+        "ssl://electrum.blockstream.info:60002",
+        null,
+        5u,
+        null,
+        200u
+    )
+)
+val wallet = Wallet(descriptor, null, Network.TESTNET, memoryDatabaseConfig)
+val blockchain = Blockchain(blockchainConfig)
+wallet.sync(blockchain, LogProgress)
+
+val balance: Balance = wallet.getBalance()
+println("Total wallet balance is ${balance.total}") 
+   //sampleEnd
+}
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun Balance(    immature: ULong,     trustedPending: ULong,     untrustedPending: ULong,     confirmed: ULong,     spendable: ULong,     total: ULong)
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
var confirmed: ULong

Confirmed and immediately spendable balance.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var immature: ULong

All coinbase outputs not yet matured.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var spendable: ULong

The sum of trustedPending and confirmed coins.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var total: ULong

The whole balance visible to the wallet.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var trustedPending: ULong

Unconfirmed UTXOs generated by a wallet tx.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var untrustedPending: ULong

Unconfirmed UTXOs received from an external wallet.

+
+
+
+
+
+
+
+
+ +
+
+ + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-balance/spendable.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-balance/spendable.html new file mode 100644 index 0000000000..579fc6166d --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-balance/spendable.html @@ -0,0 +1,60 @@ + + + + + spendable + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

spendable

+
+
var spendable: ULong
+
+ +
+
+ + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-balance/total.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-balance/total.html new file mode 100644 index 0000000000..8bd548f57a --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-balance/total.html @@ -0,0 +1,60 @@ + + + + + total + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

total

+
+
var total: ULong
+
+ +
+
+ + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-balance/trusted-pending.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-balance/trusted-pending.html new file mode 100644 index 0000000000..28f0ac8af4 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-balance/trusted-pending.html @@ -0,0 +1,60 @@ + + + + + trustedPending + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

trustedPending

+
+
var trustedPending: ULong
+
+ +
+
+ + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-balance/untrusted-pending.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-balance/untrusted-pending.html new file mode 100644 index 0000000000..afe45938cd --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-balance/untrusted-pending.html @@ -0,0 +1,60 @@ + + + + + untrustedPending + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

untrustedPending

+
+
var untrustedPending: ULong
+
+ +
+
+ + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-address-validator/-address-validator.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-address-validator/-address-validator.html deleted file mode 100644 index 1ab9ee95d2..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-address-validator/-address-validator.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - AddressValidator - - - - -
-
-
-
-
-
- -
-

AddressValidator

-
-
fun AddressValidator(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-address-validator/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-address-validator/index.html deleted file mode 100644 index cc90c7cca1..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-address-validator/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - AddressValidator - - - - -
-
-
-
-
-
- -
-

AddressValidator

-
class AddressValidator(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-bip32/-bip32.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-bip32/-bip32.html deleted file mode 100644 index 3036dfb8cb..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-bip32/-bip32.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - Bip32 - - - - -
-
-
-
-
-
- -
-

Bip32

-
-
fun Bip32(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-bip32/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-bip32/index.html deleted file mode 100644 index 3077e02b38..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-bip32/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - Bip32 - - - - -
-
-
-
-
-
- -
-

Bip32

-
class Bip32(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-bn-b-no-exact-match/-bn-b-no-exact-match.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-bn-b-no-exact-match/-bn-b-no-exact-match.html deleted file mode 100644 index 3e6c236934..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-bn-b-no-exact-match/-bn-b-no-exact-match.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - BnBNoExactMatch - - - - -
-
-
-
-
-
- -
-

BnBNoExactMatch

-
-
fun BnBNoExactMatch(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-bn-b-no-exact-match/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-bn-b-no-exact-match/index.html deleted file mode 100644 index 1115e07fa5..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-bn-b-no-exact-match/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - BnBNoExactMatch - - - - -
-
-
-
-
-
- -
-

BnBNoExactMatch

-
class BnBNoExactMatch(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-bn-b-total-tries-exceeded/-bn-b-total-tries-exceeded.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-bn-b-total-tries-exceeded/-bn-b-total-tries-exceeded.html deleted file mode 100644 index 1b141bd6ac..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-bn-b-total-tries-exceeded/-bn-b-total-tries-exceeded.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - BnBTotalTriesExceeded - - - - -
-
-
-
-
-
- -
-

BnBTotalTriesExceeded

-
-
fun BnBTotalTriesExceeded(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-bn-b-total-tries-exceeded/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-bn-b-total-tries-exceeded/index.html deleted file mode 100644 index 64d85c57eb..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-bn-b-total-tries-exceeded/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - BnBTotalTriesExceeded - - - - -
-
-
-
-
-
- -
-

BnBTotalTriesExceeded

-
class BnBTotalTriesExceeded(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-checksum-mismatch/-checksum-mismatch.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-checksum-mismatch/-checksum-mismatch.html deleted file mode 100644 index 2424180df4..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-checksum-mismatch/-checksum-mismatch.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - ChecksumMismatch - - - - -
-
-
-
-
-
- -
-

ChecksumMismatch

-
-
fun ChecksumMismatch(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-checksum-mismatch/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-checksum-mismatch/index.html deleted file mode 100644 index 9142928de4..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-checksum-mismatch/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - ChecksumMismatch - - - - -
-
-
-
-
-
- -
-

ChecksumMismatch

-
class ChecksumMismatch(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-descriptor/-descriptor.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-descriptor/-descriptor.html deleted file mode 100644 index 0c4f08e630..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-descriptor/-descriptor.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - Descriptor - - - - -
-
-
-
-
-
- -
-

Descriptor

-
-
fun Descriptor(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-descriptor/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-descriptor/index.html deleted file mode 100644 index 973282d3ca..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-descriptor/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - Descriptor - - - - -
-
-
-
-
-
- -
-

Descriptor

-
class Descriptor(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-electrum/-electrum.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-electrum/-electrum.html deleted file mode 100644 index e2389bad6c..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-electrum/-electrum.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - Electrum - - - - -
-
-
-
-
-
- -
-

Electrum

-
-
fun Electrum(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-electrum/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-electrum/index.html deleted file mode 100644 index f28e153e48..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-electrum/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - Electrum - - - - -
-
-
-
-
-
- -
-

Electrum

-
class Electrum(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-encode/-encode.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-encode/-encode.html deleted file mode 100644 index a1e5763f00..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-encode/-encode.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - Encode - - - - -
-
-
-
-
-
- -
-

Encode

-
-
fun Encode(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-encode/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-encode/index.html deleted file mode 100644 index 7892d5d7f8..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-encode/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - Encode - - - - -
-
-
-
-
-
- -
-

Encode

-
class Encode(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-error-handler/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-error-handler/index.html deleted file mode 100644 index b9f23d119f..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-error-handler/index.html +++ /dev/null @@ -1,74 +0,0 @@ - - - - ErrorHandler - - - - -
-
-
-
-
-
- -
-

ErrorHandler

-
object ErrorHandler : CallStatusErrorHandler<BdkException>
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun lift(error_buf: RustBuffer.ByValue): BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun read(error_buf: ByteBuffer): BdkException
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-error-handler/lift.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-error-handler/lift.html deleted file mode 100644 index fba30fca70..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-error-handler/lift.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - lift - - - - -
-
-
-
-
-
- -
-

lift

-
-
open override fun lift(error_buf: RustBuffer.ByValue): BdkException
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-error-handler/read.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-error-handler/read.html deleted file mode 100644 index e202c2981d..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-error-handler/read.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - read - - - - -
-
-
-
-
-
- -
-

read

-
-
fun read(error_buf: ByteBuffer): BdkException
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-esplora/-esplora.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-esplora/-esplora.html deleted file mode 100644 index c8f1d64eb0..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-esplora/-esplora.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - Esplora - - - - -
-
-
-
-
-
- -
-

Esplora

-
-
fun Esplora(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-esplora/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-esplora/index.html deleted file mode 100644 index 16f2f64ae6..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-esplora/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - Esplora - - - - -
-
-
-
-
-
- -
-

Esplora

-
class Esplora(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-fee-rate-too-low/-fee-rate-too-low.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-fee-rate-too-low/-fee-rate-too-low.html deleted file mode 100644 index aae7b1e2ad..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-fee-rate-too-low/-fee-rate-too-low.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - FeeRateTooLow - - - - -
-
-
-
-
-
- -
-

FeeRateTooLow

-
-
fun FeeRateTooLow(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-fee-rate-too-low/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-fee-rate-too-low/index.html deleted file mode 100644 index 3d3db2cfc6..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-fee-rate-too-low/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - FeeRateTooLow - - - - -
-
-
-
-
-
- -
-

FeeRateTooLow

-
class FeeRateTooLow(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-fee-rate-unavailable/-fee-rate-unavailable.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-fee-rate-unavailable/-fee-rate-unavailable.html deleted file mode 100644 index cc569323b1..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-fee-rate-unavailable/-fee-rate-unavailable.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - FeeRateUnavailable - - - - -
-
-
-
-
-
- -
-

FeeRateUnavailable

-
-
fun FeeRateUnavailable(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-fee-rate-unavailable/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-fee-rate-unavailable/index.html deleted file mode 100644 index 8c76bb2016..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-fee-rate-unavailable/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - FeeRateUnavailable - - - - -
-
-
-
-
-
- -
-

FeeRateUnavailable

-
class FeeRateUnavailable(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-fee-too-low/-fee-too-low.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-fee-too-low/-fee-too-low.html deleted file mode 100644 index 86cd33a6b6..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-fee-too-low/-fee-too-low.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - FeeTooLow - - - - -
-
-
-
-
-
- -
-

FeeTooLow

-
-
fun FeeTooLow(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-fee-too-low/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-fee-too-low/index.html deleted file mode 100644 index 23ce4de785..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-fee-too-low/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - FeeTooLow - - - - -
-
-
-
-
-
- -
-

FeeTooLow

-
class FeeTooLow(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-generic/-generic.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-generic/-generic.html deleted file mode 100644 index b6a58bc0dd..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-generic/-generic.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - Generic - - - - -
-
-
-
-
-
- -
-

Generic

-
-
fun Generic(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-generic/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-generic/index.html deleted file mode 100644 index 01f76deeb0..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-generic/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - Generic - - - - -
-
-
-
-
-
- -
-

Generic

-
class Generic(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-hex/-hex.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-hex/-hex.html deleted file mode 100644 index c41c59f740..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-hex/-hex.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - Hex - - - - -
-
-
-
-
-
- -
-

Hex

-
-
fun Hex(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-hex/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-hex/index.html deleted file mode 100644 index 60e0d478f3..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-hex/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - Hex - - - - -
-
-
-
-
-
- -
-

Hex

-
class Hex(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-insufficient-funds/-insufficient-funds.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-insufficient-funds/-insufficient-funds.html deleted file mode 100644 index f9bcc64f47..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-insufficient-funds/-insufficient-funds.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - InsufficientFunds - - - - -
-
-
-
-
-
- -
-

InsufficientFunds

-
-
fun InsufficientFunds(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-insufficient-funds/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-insufficient-funds/index.html deleted file mode 100644 index a94fe816a2..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-insufficient-funds/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - InsufficientFunds - - - - -
-
-
-
-
-
- -
-

InsufficientFunds

-
class InsufficientFunds(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-network/-invalid-network.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-network/-invalid-network.html deleted file mode 100644 index 1258854fe6..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-network/-invalid-network.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - InvalidNetwork - - - - -
-
-
-
-
-
- -
-

InvalidNetwork

-
-
fun InvalidNetwork(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-network/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-network/index.html deleted file mode 100644 index 341afc2b86..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-network/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - InvalidNetwork - - - - -
-
-
-
-
-
- -
-

InvalidNetwork

-
class InvalidNetwork(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-outpoint/-invalid-outpoint.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-outpoint/-invalid-outpoint.html deleted file mode 100644 index d9e3d628fa..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-outpoint/-invalid-outpoint.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - InvalidOutpoint - - - - -
-
-
-
-
-
- -
-

InvalidOutpoint

-
-
fun InvalidOutpoint(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-outpoint/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-outpoint/index.html deleted file mode 100644 index 4393d7648f..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-outpoint/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - InvalidOutpoint - - - - -
-
-
-
-
-
- -
-

InvalidOutpoint

-
class InvalidOutpoint(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-policy-path-exception/-invalid-policy-path-exception.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-policy-path-exception/-invalid-policy-path-exception.html deleted file mode 100644 index 821cb9fd02..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-policy-path-exception/-invalid-policy-path-exception.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - InvalidPolicyPathException - - - - -
-
-
-
-
-
- -
-

InvalidPolicyPathException

-
-
fun InvalidPolicyPathException(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-policy-path-exception/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-policy-path-exception/index.html deleted file mode 100644 index 63c196a62f..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-policy-path-exception/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - InvalidPolicyPathException - - - - -
-
-
-
-
-
- -
-

InvalidPolicyPathException

-
class InvalidPolicyPathException(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-progress-value/-invalid-progress-value.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-progress-value/-invalid-progress-value.html deleted file mode 100644 index e3c05a8f4b..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-progress-value/-invalid-progress-value.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - InvalidProgressValue - - - - -
-
-
-
-
-
- -
-

InvalidProgressValue

-
-
fun InvalidProgressValue(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-progress-value/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-progress-value/index.html deleted file mode 100644 index 607f3da1e9..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-progress-value/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - InvalidProgressValue - - - - -
-
-
-
-
-
- -
-

InvalidProgressValue

-
class InvalidProgressValue(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-u32-bytes/-invalid-u32-bytes.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-u32-bytes/-invalid-u32-bytes.html deleted file mode 100644 index b3d6e0d322..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-u32-bytes/-invalid-u32-bytes.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - InvalidU32Bytes - - - - -
-
-
-
-
-
- -
-

InvalidU32Bytes

-
-
fun InvalidU32Bytes(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-u32-bytes/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-u32-bytes/index.html deleted file mode 100644 index 397993af88..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-u32-bytes/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - InvalidU32Bytes - - - - -
-
-
-
-
-
- -
-

InvalidU32Bytes

-
class InvalidU32Bytes(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-irreplaceable-transaction/-irreplaceable-transaction.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-irreplaceable-transaction/-irreplaceable-transaction.html deleted file mode 100644 index 86534176d2..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-irreplaceable-transaction/-irreplaceable-transaction.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - IrreplaceableTransaction - - - - -
-
-
-
-
-
- -
-

IrreplaceableTransaction

-
-
fun IrreplaceableTransaction(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-irreplaceable-transaction/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-irreplaceable-transaction/index.html deleted file mode 100644 index 17d3809a0a..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-irreplaceable-transaction/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - IrreplaceableTransaction - - - - -
-
-
-
-
-
- -
-

IrreplaceableTransaction

-
class IrreplaceableTransaction(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-json/-json.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-json/-json.html deleted file mode 100644 index 27118b0f75..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-json/-json.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - Json - - - - -
-
-
-
-
-
- -
-

Json

-
-
fun Json(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-json/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-json/index.html deleted file mode 100644 index ef07fe59b0..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-json/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - Json - - - - -
-
-
-
-
-
- -
-

Json

-
class Json(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-key/-key.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-key/-key.html deleted file mode 100644 index 3b7ee19f43..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-key/-key.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - Key - - - - -
-
-
-
-
-
- -
-

Key

-
-
fun Key(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-key/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-key/index.html deleted file mode 100644 index bcc9921a76..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-key/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - Key - - - - -
-
-
-
-
-
- -
-

Key

-
class Key(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-miniscript/-miniscript.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-miniscript/-miniscript.html deleted file mode 100644 index b87ddcfcc3..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-miniscript/-miniscript.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - Miniscript - - - - -
-
-
-
-
-
- -
-

Miniscript

-
-
fun Miniscript(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-miniscript/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-miniscript/index.html deleted file mode 100644 index 3486fa8314..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-miniscript/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - Miniscript - - - - -
-
-
-
-
-
- -
-

Miniscript

-
class Miniscript(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-missing-key-origin/-missing-key-origin.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-missing-key-origin/-missing-key-origin.html deleted file mode 100644 index efe6ea3272..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-missing-key-origin/-missing-key-origin.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - MissingKeyOrigin - - - - -
-
-
-
-
-
- -
-

MissingKeyOrigin

-
-
fun MissingKeyOrigin(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-missing-key-origin/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-missing-key-origin/index.html deleted file mode 100644 index 03531f385d..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-missing-key-origin/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - MissingKeyOrigin - - - - -
-
-
-
-
-
- -
-

MissingKeyOrigin

-
class MissingKeyOrigin(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-no-recipients/-no-recipients.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-no-recipients/-no-recipients.html deleted file mode 100644 index 36e474d1b0..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-no-recipients/-no-recipients.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - NoRecipients - - - - -
-
-
-
-
-
- -
-

NoRecipients

-
-
fun NoRecipients(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-no-recipients/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-no-recipients/index.html deleted file mode 100644 index c3dbf9842d..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-no-recipients/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - NoRecipients - - - - -
-
-
-
-
-
- -
-

NoRecipients

-
class NoRecipients(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-no-utxos-selected/-no-utxos-selected.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-no-utxos-selected/-no-utxos-selected.html deleted file mode 100644 index f26dac687e..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-no-utxos-selected/-no-utxos-selected.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - NoUtxosSelected - - - - -
-
-
-
-
-
- -
-

NoUtxosSelected

-
-
fun NoUtxosSelected(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-no-utxos-selected/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-no-utxos-selected/index.html deleted file mode 100644 index 5959b36ed1..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-no-utxos-selected/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - NoUtxosSelected - - - - -
-
-
-
-
-
- -
-

NoUtxosSelected

-
class NoUtxosSelected(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-output-below-dust-limit/-output-below-dust-limit.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-output-below-dust-limit/-output-below-dust-limit.html deleted file mode 100644 index 0b35523d54..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-output-below-dust-limit/-output-below-dust-limit.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - OutputBelowDustLimit - - - - -
-
-
-
-
-
- -
-

OutputBelowDustLimit

-
-
fun OutputBelowDustLimit(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-output-below-dust-limit/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-output-below-dust-limit/index.html deleted file mode 100644 index 68784490e2..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-output-below-dust-limit/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - OutputBelowDustLimit - - - - -
-
-
-
-
-
- -
-

OutputBelowDustLimit

-
class OutputBelowDustLimit(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-progress-update-exception/-progress-update-exception.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-progress-update-exception/-progress-update-exception.html deleted file mode 100644 index 47b9282bd5..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-progress-update-exception/-progress-update-exception.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - ProgressUpdateException - - - - -
-
-
-
-
-
- -
-

ProgressUpdateException

-
-
fun ProgressUpdateException(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-progress-update-exception/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-progress-update-exception/index.html deleted file mode 100644 index fee19ec766..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-progress-update-exception/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - ProgressUpdateException - - - - -
-
-
-
-
-
- -
-

ProgressUpdateException

-
class ProgressUpdateException(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-psbt-parse/-psbt-parse.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-psbt-parse/-psbt-parse.html deleted file mode 100644 index df77028ece..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-psbt-parse/-psbt-parse.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - PsbtParse - - - - -
-
-
-
-
-
- -
-

PsbtParse

-
-
fun PsbtParse(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-psbt-parse/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-psbt-parse/index.html deleted file mode 100644 index 925f634e5f..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-psbt-parse/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - PsbtParse - - - - -
-
-
-
-
-
- -
-

PsbtParse

-
class PsbtParse(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-psbt/-psbt.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-psbt/-psbt.html deleted file mode 100644 index 90a29b3085..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-psbt/-psbt.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - Psbt - - - - -
-
-
-
-
-
- -
-

Psbt

-
-
fun Psbt(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-psbt/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-psbt/index.html deleted file mode 100644 index 745939e8e4..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-psbt/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - Psbt - - - - -
-
-
-
-
-
- -
-

Psbt

-
class Psbt(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-rusqlite/-rusqlite.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-rusqlite/-rusqlite.html deleted file mode 100644 index 8f95b06b18..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-rusqlite/-rusqlite.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - Rusqlite - - - - -
-
-
-
-
-
- -
-

Rusqlite

-
-
fun Rusqlite(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-rusqlite/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-rusqlite/index.html deleted file mode 100644 index 078f8935c8..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-rusqlite/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - Rusqlite - - - - -
-
-
-
-
-
- -
-

Rusqlite

-
class Rusqlite(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-script-doesnt-have-address-form/-script-doesnt-have-address-form.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-script-doesnt-have-address-form/-script-doesnt-have-address-form.html deleted file mode 100644 index 7a8208e38d..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-script-doesnt-have-address-form/-script-doesnt-have-address-form.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - ScriptDoesntHaveAddressForm - - - - -
-
-
-
-
-
- -
-

ScriptDoesntHaveAddressForm

-
-
fun ScriptDoesntHaveAddressForm(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-script-doesnt-have-address-form/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-script-doesnt-have-address-form/index.html deleted file mode 100644 index 0321868cf7..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-script-doesnt-have-address-form/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - ScriptDoesntHaveAddressForm - - - - -
-
-
-
-
-
- -
-

ScriptDoesntHaveAddressForm

-
class ScriptDoesntHaveAddressForm(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-secp256k1/-secp256k1.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-secp256k1/-secp256k1.html deleted file mode 100644 index ec949d0bb2..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-secp256k1/-secp256k1.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - Secp256k1 - - - - -
-
-
-
-
-
- -
-

Secp256k1

-
-
fun Secp256k1(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-secp256k1/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-secp256k1/index.html deleted file mode 100644 index 0ea4563669..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-secp256k1/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - Secp256k1 - - - - -
-
-
-
-
-
- -
-

Secp256k1

-
class Secp256k1(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-signer/-signer.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-signer/-signer.html deleted file mode 100644 index 96bfcdb46e..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-signer/-signer.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - Signer - - - - -
-
-
-
-
-
- -
-

Signer

-
-
fun Signer(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-signer/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-signer/index.html deleted file mode 100644 index 0713d6be09..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-signer/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - Signer - - - - -
-
-
-
-
-
- -
-

Signer

-
class Signer(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-sled/-sled.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-sled/-sled.html deleted file mode 100644 index becac131d3..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-sled/-sled.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - Sled - - - - -
-
-
-
-
-
- -
-

Sled

-
-
fun Sled(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-sled/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-sled/index.html deleted file mode 100644 index 65cd713751..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-sled/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - Sled - - - - -
-
-
-
-
-
- -
-

Sled

-
class Sled(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-spending-policy-required/-spending-policy-required.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-spending-policy-required/-spending-policy-required.html deleted file mode 100644 index 4cdda9f671..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-spending-policy-required/-spending-policy-required.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - SpendingPolicyRequired - - - - -
-
-
-
-
-
- -
-

SpendingPolicyRequired

-
-
fun SpendingPolicyRequired(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-spending-policy-required/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-spending-policy-required/index.html deleted file mode 100644 index f679c01121..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-spending-policy-required/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - SpendingPolicyRequired - - - - -
-
-
-
-
-
- -
-

SpendingPolicyRequired

-
class SpendingPolicyRequired(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-transaction-confirmed/-transaction-confirmed.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-transaction-confirmed/-transaction-confirmed.html deleted file mode 100644 index a73a4fc76f..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-transaction-confirmed/-transaction-confirmed.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - TransactionConfirmed - - - - -
-
-
-
-
-
- -
-

TransactionConfirmed

-
-
fun TransactionConfirmed(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-transaction-confirmed/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-transaction-confirmed/index.html deleted file mode 100644 index c8a3833e72..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-transaction-confirmed/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - TransactionConfirmed - - - - -
-
-
-
-
-
- -
-

TransactionConfirmed

-
class TransactionConfirmed(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-transaction-not-found/-transaction-not-found.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-transaction-not-found/-transaction-not-found.html deleted file mode 100644 index 598a5943e3..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-transaction-not-found/-transaction-not-found.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - TransactionNotFound - - - - -
-
-
-
-
-
- -
-

TransactionNotFound

-
-
fun TransactionNotFound(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-transaction-not-found/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-transaction-not-found/index.html deleted file mode 100644 index 89e443b269..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-transaction-not-found/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - TransactionNotFound - - - - -
-
-
-
-
-
- -
-

TransactionNotFound

-
class TransactionNotFound(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-unknown-utxo/-unknown-utxo.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-unknown-utxo/-unknown-utxo.html deleted file mode 100644 index f7a0e02a4a..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-unknown-utxo/-unknown-utxo.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - UnknownUtxo - - - - -
-
-
-
-
-
- -
-

UnknownUtxo

-
-
fun UnknownUtxo(message: String)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-unknown-utxo/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-unknown-utxo/index.html deleted file mode 100644 index 98e39ace32..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-unknown-utxo/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - UnknownUtxo - - - - -
-
-
-
-
-
- -
-

UnknownUtxo

-
class UnknownUtxo(message: String) : BdkException
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/index.html deleted file mode 100644 index c19c6e6260..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/index.html +++ /dev/null @@ -1,1255 +0,0 @@ - - - - BdkException - - - - -
-
-
-
-
-
- -
-

BdkException

-
sealed class BdkException : Exception
-
-
-
-
-

Types

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
class AddressValidator(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class Bip32(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class BnBNoExactMatch(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class BnBTotalTriesExceeded(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class ChecksumMismatch(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class Descriptor(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class Electrum(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class Encode(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
object ErrorHandler : CallStatusErrorHandler<BdkException>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class Esplora(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class FeeRateTooLow(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class FeeRateUnavailable(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class FeeTooLow(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class Generic(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class Hex(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class InsufficientFunds(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class InvalidNetwork(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class InvalidOutpoint(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class InvalidPolicyPathException(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class InvalidProgressValue(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class InvalidU32Bytes(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class IrreplaceableTransaction(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class Json(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class Key(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class Miniscript(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class MissingKeyOrigin(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class NoRecipients(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class NoUtxosSelected(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class OutputBelowDustLimit(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class ProgressUpdateException(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class Psbt(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class PsbtParse(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class Rusqlite(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class ScriptDoesntHaveAddressForm(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class Secp256k1(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class Signer(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class Sled(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class SpendingPolicyRequired(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class TransactionConfirmed(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class TransactionNotFound(message: String) : BdkException
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class UnknownUtxo(message: String) : BdkException
-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun addSuppressed(p0: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun fillInStackTrace(): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getLocalizedMessage(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getStackTrace(): Array<StackTraceElement>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getSuppressed(): Array<Throwable>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun initCause(p0: Throwable): Throwable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setStackTrace(p0: Array<StackTraceElement>)
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-

Inheritors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-progress/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-progress/index.html deleted file mode 100644 index 92b6e45447..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-progress/index.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - BdkProgress - - - - -
-
-
-
-
-
- -
-

BdkProgress

-
interface BdkProgress
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
abstract fun update(progress: Float, message: String?)
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-progress/update.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-progress/update.html deleted file mode 100644 index 498db470b8..0000000000 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-progress/update.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - update - - - - -
-
-
-
-
-
- -
-

update

-
-
abstract fun update(progress: Float, message: String?)
-
- -
-
- - - diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-block-time/-block-time.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-block-time/-block-time.html index 69f8ea4527..7fc5a7463a 100644 --- a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-block-time/-block-time.html +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-block-time/-block-time.html @@ -1,37 +1,60 @@ + - + BlockTime - + - - -