From: thunderbiscuit Date: Wed, 20 Apr 2022 16:31:28 +0000 (-0400) Subject: Add bdk-android and bdk-jvm API documentation websites X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/scripts/static/struct.Script.html?a=commitdiff_plain;h=6666e6eaf925206479dab8d10eea5a04f0c0864c;p=bitcoindevkit.org Add bdk-android and bdk-jvm API documentation websites --- diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 2d302fb9a4..ef7faac66b 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -33,8 +33,10 @@ const docsSidebar = [ title: 'API Reference', collapsable: false, children: [ - ['https://docs.rs/bdk/', 'Stable Docs'], - ['https://bitcoindevkit.org/docs-rs/bdk/nightly/latest/bdk/', 'Nightly Docs'] + ['https://docs.rs/bdk/', 'Rust Stable Docs'], + ['https://bitcoindevkit.org/docs-rs/bdk/nightly/latest/bdk/', 'Rust Nightly Docs'], + ['https://bitcoindevkit.org/bdk-android/', 'Android Docs'], + ['https://bitcoindevkit.org/bdk-jvm/', 'Kotlin/JVM Docs'], ], } ] 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 new file mode 100644 index 0000000000..1ab9ee95d2 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-address-validator/-address-validator.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..cc90c7cca1 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-address-validator/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..3036dfb8cb --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-bip32/-bip32.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..3077e02b38 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-bip32/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..3e6c236934 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-bn-b-no-exact-match/-bn-b-no-exact-match.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..1115e07fa5 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-bn-b-no-exact-match/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..1b141bd6ac --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-bn-b-total-tries-exceeded/-bn-b-total-tries-exceeded.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..64d85c57eb --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-bn-b-total-tries-exceeded/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..2424180df4 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-checksum-mismatch/-checksum-mismatch.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..9142928de4 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-checksum-mismatch/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..0c4f08e630 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-descriptor/-descriptor.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..973282d3ca --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-descriptor/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..e2389bad6c --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-electrum/-electrum.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..f28e153e48 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-electrum/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..a1e5763f00 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-encode/-encode.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..7892d5d7f8 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-encode/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..b9f23d119f --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-error-handler/index.html @@ -0,0 +1,74 @@ + + + + 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 new file mode 100644 index 0000000000..fba30fca70 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-error-handler/lift.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..e202c2981d --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-error-handler/read.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..c8f1d64eb0 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-esplora/-esplora.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..16f2f64ae6 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-esplora/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..aae7b1e2ad --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-fee-rate-too-low/-fee-rate-too-low.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..3d3db2cfc6 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-fee-rate-too-low/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..cc569323b1 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-fee-rate-unavailable/-fee-rate-unavailable.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..8c76bb2016 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-fee-rate-unavailable/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..86cd33a6b6 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-fee-too-low/-fee-too-low.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..23ce4de785 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-fee-too-low/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..b6a58bc0dd --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-generic/-generic.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..01f76deeb0 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-generic/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..c41c59f740 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-hex/-hex.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..60e0d478f3 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-hex/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..f9bcc64f47 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-insufficient-funds/-insufficient-funds.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..a94fe816a2 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-insufficient-funds/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..1258854fe6 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-network/-invalid-network.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..341afc2b86 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-network/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..d9e3d628fa --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-outpoint/-invalid-outpoint.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..4393d7648f --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-outpoint/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..821cb9fd02 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-policy-path-exception/-invalid-policy-path-exception.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..63c196a62f --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-policy-path-exception/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..e3c05a8f4b --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-progress-value/-invalid-progress-value.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..607f3da1e9 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-progress-value/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..b3d6e0d322 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-u32-bytes/-invalid-u32-bytes.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..397993af88 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-u32-bytes/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..86534176d2 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-irreplaceable-transaction/-irreplaceable-transaction.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..17d3809a0a --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-irreplaceable-transaction/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..27118b0f75 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-json/-json.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..ef07fe59b0 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-json/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..3b7ee19f43 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-key/-key.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..bcc9921a76 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-key/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..b87ddcfcc3 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-miniscript/-miniscript.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..3486fa8314 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-miniscript/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..efe6ea3272 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-missing-key-origin/-missing-key-origin.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..03531f385d --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-missing-key-origin/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..36e474d1b0 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-no-recipients/-no-recipients.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..c3dbf9842d --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-no-recipients/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..f26dac687e --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-no-utxos-selected/-no-utxos-selected.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..5959b36ed1 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-no-utxos-selected/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..0b35523d54 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-output-below-dust-limit/-output-below-dust-limit.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..68784490e2 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-output-below-dust-limit/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..47b9282bd5 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-progress-update-exception/-progress-update-exception.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..fee19ec766 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-progress-update-exception/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..df77028ece --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-psbt-parse/-psbt-parse.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..925f634e5f --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-psbt-parse/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..90a29b3085 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-psbt/-psbt.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..745939e8e4 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-psbt/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..8f95b06b18 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-rusqlite/-rusqlite.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..078f8935c8 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-rusqlite/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..7a8208e38d --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-script-doesnt-have-address-form/-script-doesnt-have-address-form.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..0321868cf7 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-script-doesnt-have-address-form/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..ec949d0bb2 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-secp256k1/-secp256k1.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..0ea4563669 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-secp256k1/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..96bfcdb46e --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-signer/-signer.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..0713d6be09 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-signer/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..becac131d3 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-sled/-sled.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..65cd713751 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-sled/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..4cdda9f671 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-spending-policy-required/-spending-policy-required.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..f679c01121 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-spending-policy-required/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..a73a4fc76f --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-transaction-confirmed/-transaction-confirmed.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..c8a3833e72 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-transaction-confirmed/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..598a5943e3 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-transaction-not-found/-transaction-not-found.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..89e443b269 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-transaction-not-found/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..f7a0e02a4a --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-unknown-utxo/-unknown-utxo.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..98e39ace32 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/-unknown-utxo/index.html @@ -0,0 +1,196 @@ + + + + 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 new file mode 100644 index 0000000000..c19c6e6260 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-exception/index.html @@ -0,0 +1,1255 @@ + + + + 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 new file mode 100644 index 0000000000..92b6e45447 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-progress/index.html @@ -0,0 +1,59 @@ + + + + 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 new file mode 100644 index 0000000000..498db470b8 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-bdk-progress/update.html @@ -0,0 +1,37 @@ + + + + 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 new file mode 100644 index 0000000000..69f8ea4527 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-block-time/-block-time.html @@ -0,0 +1,37 @@ + + + + BlockTime + + + + +
+
+
+
+
+
+ +
+

BlockTime

+
+
fun BlockTime(height: UInt, timestamp: ULong)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-block-time/height.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-block-time/height.html new file mode 100644 index 0000000000..49b1e747d1 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-block-time/height.html @@ -0,0 +1,37 @@ + + + + height + + + + +
+
+
+
+
+
+ +
+

height

+
+
var height: UInt
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-block-time/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-block-time/index.html new file mode 100644 index 0000000000..5d082cca1b --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-block-time/index.html @@ -0,0 +1,91 @@ + + + + BlockTime + + + + +
+
+
+
+
+
+ +
+

BlockTime

+
data class BlockTime(height: UInt, timestamp: ULong)

Block height and timestamp of a block

+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun BlockTime(height: UInt, timestamp: ULong)
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
var height: UInt
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var timestamp: ULong
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-block-time/timestamp.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-block-time/timestamp.html new file mode 100644 index 0000000000..0d0b60c67a --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-block-time/timestamp.html @@ -0,0 +1,37 @@ + + + + timestamp + + + + +
+
+
+
+
+
+ +
+

timestamp

+
+
var timestamp: ULong
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-blockchain-config/-electrum/-electrum.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-blockchain-config/-electrum/-electrum.html new file mode 100644 index 0000000000..8861b8d919 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-blockchain-config/-electrum/-electrum.html @@ -0,0 +1,37 @@ + + + + Electrum + + + + +
+
+
+
+
+
+ +
+

Electrum

+
+
fun Electrum(config: ElectrumConfig)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-blockchain-config/-electrum/config.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-blockchain-config/-electrum/config.html new file mode 100644 index 0000000000..d6aa122b08 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-blockchain-config/-electrum/config.html @@ -0,0 +1,37 @@ + + + + config + + + + +
+
+
+
+
+
+ +
+

config

+
+
val config: ElectrumConfig
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-blockchain-config/-electrum/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-blockchain-config/-electrum/index.html new file mode 100644 index 0000000000..5d65ff9be4 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-blockchain-config/-electrum/index.html @@ -0,0 +1,59 @@ + + + + Electrum + + + + +
+
+
+
+
+
+ +
+

Electrum

+
data class Electrum(config: ElectrumConfig) : BlockchainConfig
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val config: ElectrumConfig
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-blockchain-config/-esplora/-esplora.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-blockchain-config/-esplora/-esplora.html new file mode 100644 index 0000000000..88b81db658 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-blockchain-config/-esplora/-esplora.html @@ -0,0 +1,37 @@ + + + + Esplora + + + + +
+
+
+
+
+
+ +
+

Esplora

+
+
fun Esplora(config: EsploraConfig)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-blockchain-config/-esplora/config.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-blockchain-config/-esplora/config.html new file mode 100644 index 0000000000..23973f2343 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-blockchain-config/-esplora/config.html @@ -0,0 +1,37 @@ + + + + config + + + + +
+
+
+
+
+
+ +
+

config

+
+
val config: EsploraConfig
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-blockchain-config/-esplora/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-blockchain-config/-esplora/index.html new file mode 100644 index 0000000000..cc90118fd9 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-blockchain-config/-esplora/index.html @@ -0,0 +1,59 @@ + + + + Esplora + + + + +
+
+
+
+
+
+ +
+

Esplora

+
data class Esplora(config: EsploraConfig) : BlockchainConfig
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val config: EsploraConfig
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-blockchain-config/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-blockchain-config/index.html new file mode 100644 index 0000000000..2ccf6802b5 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-blockchain-config/index.html @@ -0,0 +1,98 @@ + + + + BlockchainConfig + + + + +
+
+
+
+
+
+ +
+

BlockchainConfig

+
sealed class BlockchainConfig

Sealed class that can be of either blockchain configuration defined by the library.

+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class Electrum(config: ElectrumConfig) : BlockchainConfig
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class Esplora(config: EsploraConfig) : BlockchainConfig
+
+
+
+
+
+

Inheritors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-call-status-error-handler/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-call-status-error-handler/index.html new file mode 100644 index 0000000000..4f8c6359c3 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-call-status-error-handler/index.html @@ -0,0 +1,72 @@ + + + + CallStatusErrorHandler + + + + +
+
+
+
+
+
+ +
+

CallStatusErrorHandler

+
interface CallStatusErrorHandler<E>
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract fun lift(error_buf: RustBuffer.ByValue): E
+
+
+
+
+
+

Inheritors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-call-status-error-handler/lift.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-call-status-error-handler/lift.html new file mode 100644 index 0000000000..6559ad9f36 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-call-status-error-handler/lift.html @@ -0,0 +1,37 @@ + + + + lift + + + + +
+
+
+
+
+
+ +
+

lift

+
+
abstract fun lift(error_buf: RustBuffer.ByValue): E
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-database-config/-memory/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-database-config/-memory/index.html new file mode 100644 index 0000000000..cded74b1ab --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-database-config/-memory/index.html @@ -0,0 +1,41 @@ + + + + Memory + + + + +
+
+
+
+
+
+ +
+

Memory

+
object Memory : DatabaseConfig
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-database-config/-sled/-sled.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-database-config/-sled/-sled.html new file mode 100644 index 0000000000..311a6babbd --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-database-config/-sled/-sled.html @@ -0,0 +1,37 @@ + + + + Sled + + + + +
+
+
+
+
+
+ +
+

Sled

+
+
fun Sled(config: SledDbConfiguration)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-database-config/-sled/config.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-database-config/-sled/config.html new file mode 100644 index 0000000000..071ed9626e --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-database-config/-sled/config.html @@ -0,0 +1,37 @@ + + + + config + + + + +
+
+
+
+
+
+ +
+

config

+
+
val config: SledDbConfiguration
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-database-config/-sled/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-database-config/-sled/index.html new file mode 100644 index 0000000000..af140b2086 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-database-config/-sled/index.html @@ -0,0 +1,59 @@ + + + + Sled + + + + +
+
+
+
+
+
+ +
+

Sled

+
data class Sled(config: SledDbConfiguration) : DatabaseConfig
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val config: SledDbConfiguration
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-database-config/-sqlite/-sqlite.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-database-config/-sqlite/-sqlite.html new file mode 100644 index 0000000000..e7db2bddbb --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-database-config/-sqlite/-sqlite.html @@ -0,0 +1,37 @@ + + + + Sqlite + + + + +
+
+
+
+
+
+ +
+

Sqlite

+
+
fun Sqlite(config: SqliteDbConfiguration)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-database-config/-sqlite/config.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-database-config/-sqlite/config.html new file mode 100644 index 0000000000..ceef06da85 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-database-config/-sqlite/config.html @@ -0,0 +1,37 @@ + + + + config + + + + +
+
+
+
+
+
+ +
+

config

+
+
val config: SqliteDbConfiguration
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-database-config/-sqlite/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-database-config/-sqlite/index.html new file mode 100644 index 0000000000..98c34b582a --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-database-config/-sqlite/index.html @@ -0,0 +1,59 @@ + + + + Sqlite + + + + +
+
+
+
+
+
+ +
+

Sqlite

+
data class Sqlite(config: SqliteDbConfiguration) : DatabaseConfig
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val config: SqliteDbConfiguration
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-database-config/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-database-config/index.html new file mode 100644 index 0000000000..3629e4704a --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-database-config/index.html @@ -0,0 +1,124 @@ + + + + DatabaseConfig + + + + +
+
+
+
+
+
+ +
+

DatabaseConfig

+
sealed class DatabaseConfig
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
object Memory : DatabaseConfig
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class Sled(config: SledDbConfiguration) : DatabaseConfig
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class Sqlite(config: SqliteDbConfiguration) : DatabaseConfig
+
+
+
+
+
+

Inheritors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-electrum-config/-electrum-config.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-electrum-config/-electrum-config.html new file mode 100644 index 0000000000..37551cba35 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-electrum-config/-electrum-config.html @@ -0,0 +1,37 @@ + + + + ElectrumConfig + + + + +
+
+
+
+
+
+ +
+

ElectrumConfig

+
+
fun ElectrumConfig(url: String, socks5: String?, retry: UByte, timeout: UByte?, stopGap: ULong)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-electrum-config/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-electrum-config/index.html new file mode 100644 index 0000000000..da894feac3 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-electrum-config/index.html @@ -0,0 +1,136 @@ + + + + ElectrumConfig + + + + +
+
+
+
+
+
+ +
+

ElectrumConfig

+
data class ElectrumConfig(url: String, socks5: String?, retry: UByte, timeout: UByte?, stopGap: ULong)

Configuration for an ElectrumBlockchain

+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun ElectrumConfig(url: String, socks5: String?, retry: UByte, timeout: UByte?, stopGap: ULong)
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
var retry: UByte

Request retry count

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var socks5: String?

URL of the socks5 proxy server or a Tor service

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

Stop searching addresses for transactions after finding an unused gap of this length

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var timeout: UByte?

Request timeout in seconds

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

URL of the Electrum server (such as ElectrumX, Esplora, BWT). May start with ssl:// or tcp:// and include a port, e.g. ssl://electrum.blockstream.info:60002

+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-electrum-config/retry.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-electrum-config/retry.html new file mode 100644 index 0000000000..1e895d200d --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-electrum-config/retry.html @@ -0,0 +1,37 @@ + + + + retry + + + + +
+
+
+
+
+
+ +
+

retry

+
+
var retry: UByte
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-electrum-config/socks5.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-electrum-config/socks5.html new file mode 100644 index 0000000000..cdb641be68 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-electrum-config/socks5.html @@ -0,0 +1,37 @@ + + + + socks5 + + + + +
+
+
+
+
+
+ +
+

socks5

+
+
var socks5: String?
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-electrum-config/stop-gap.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-electrum-config/stop-gap.html new file mode 100644 index 0000000000..12a86b787b --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-electrum-config/stop-gap.html @@ -0,0 +1,37 @@ + + + + stopGap + + + + +
+
+
+
+
+
+ +
+

stopGap

+
+
var stopGap: ULong
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-electrum-config/timeout.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-electrum-config/timeout.html new file mode 100644 index 0000000000..1182339a48 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-electrum-config/timeout.html @@ -0,0 +1,37 @@ + + + + timeout + + + + +
+
+
+
+
+
+ +
+

timeout

+
+
var timeout: UByte?
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-electrum-config/url.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-electrum-config/url.html new file mode 100644 index 0000000000..fbd89cf5bc --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-electrum-config/url.html @@ -0,0 +1,37 @@ + + + + url + + + + +
+
+
+
+
+
+ +
+

url

+
+
var url: String
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-esplora-config/-esplora-config.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-esplora-config/-esplora-config.html new file mode 100644 index 0000000000..00b25f57c6 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-esplora-config/-esplora-config.html @@ -0,0 +1,37 @@ + + + + EsploraConfig + + + + +
+
+
+
+
+
+ +
+

EsploraConfig

+
+
fun EsploraConfig(baseUrl: String, proxy: String?, timeoutRead: ULong, timeoutWrite: ULong, stopGap: ULong)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-esplora-config/base-url.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-esplora-config/base-url.html new file mode 100644 index 0000000000..b123c1e53e --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-esplora-config/base-url.html @@ -0,0 +1,37 @@ + + + + baseUrl + + + + +
+
+
+
+
+
+ +
+

baseUrl

+
+
var baseUrl: String
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-esplora-config/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-esplora-config/index.html new file mode 100644 index 0000000000..59257c2c30 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-esplora-config/index.html @@ -0,0 +1,119 @@ + + + + EsploraConfig + + + + +
+
+
+
+
+
+ +
+

EsploraConfig

+
data class EsploraConfig(baseUrl: String, proxy: String?, timeoutRead: ULong, timeoutWrite: ULong, stopGap: ULong)
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
var baseUrl: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var proxy: String?
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var stopGap: ULong
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var timeoutRead: ULong
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var timeoutWrite: ULong
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-esplora-config/proxy.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-esplora-config/proxy.html new file mode 100644 index 0000000000..f8bd4e7274 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-esplora-config/proxy.html @@ -0,0 +1,37 @@ + + + + proxy + + + + +
+
+
+
+
+
+ +
+

proxy

+
+
var proxy: String?
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-esplora-config/stop-gap.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-esplora-config/stop-gap.html new file mode 100644 index 0000000000..df1ee913d5 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-esplora-config/stop-gap.html @@ -0,0 +1,37 @@ + + + + stopGap + + + + +
+
+
+
+
+
+ +
+

stopGap

+
+
var stopGap: ULong
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-esplora-config/timeout-read.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-esplora-config/timeout-read.html new file mode 100644 index 0000000000..00bc72a113 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-esplora-config/timeout-read.html @@ -0,0 +1,37 @@ + + + + timeoutRead + + + + +
+
+
+
+
+
+ +
+

timeoutRead

+
+
var timeoutRead: ULong
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-esplora-config/timeout-write.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-esplora-config/timeout-write.html new file mode 100644 index 0000000000..39f2c6e2e2 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-esplora-config/timeout-write.html @@ -0,0 +1,37 @@ + + + + timeoutWrite + + + + +
+
+
+
+
+
+ +
+

timeoutWrite

+
+
var timeoutWrite: ULong
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-extended-key-info/-extended-key-info.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-extended-key-info/-extended-key-info.html new file mode 100644 index 0000000000..5750bad0a4 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-extended-key-info/-extended-key-info.html @@ -0,0 +1,37 @@ + + + + ExtendedKeyInfo + + + + +
+
+
+
+
+
+ +
+

ExtendedKeyInfo

+
+
fun ExtendedKeyInfo(mnemonic: String, xprv: String, fingerprint: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-extended-key-info/fingerprint.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-extended-key-info/fingerprint.html new file mode 100644 index 0000000000..883b3eb193 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-extended-key-info/fingerprint.html @@ -0,0 +1,37 @@ + + + + fingerprint + + + + +
+
+
+
+
+
+ +
+

fingerprint

+
+
var fingerprint: String
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-extended-key-info/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-extended-key-info/index.html new file mode 100644 index 0000000000..42d4e23a48 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-extended-key-info/index.html @@ -0,0 +1,89 @@ + + + + ExtendedKeyInfo + + + + +
+
+
+
+
+
+ +
+

ExtendedKeyInfo

+
data class ExtendedKeyInfo(mnemonic: String, xprv: String, fingerprint: String)
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
var fingerprint: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var mnemonic: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var xprv: String
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-extended-key-info/mnemonic.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-extended-key-info/mnemonic.html new file mode 100644 index 0000000000..7b63dde7a7 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-extended-key-info/mnemonic.html @@ -0,0 +1,37 @@ + + + + mnemonic + + + + +
+
+
+
+
+
+ +
+

mnemonic

+
+
var mnemonic: String
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-extended-key-info/xprv.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-extended-key-info/xprv.html new file mode 100644 index 0000000000..6334a5673d --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-extended-key-info/xprv.html @@ -0,0 +1,37 @@ + + + + xprv + + + + +
+
+
+
+
+
+ +
+

xprv

+
+
var xprv: String
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-internal-exception/-internal-exception.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-internal-exception/-internal-exception.html new file mode 100644 index 0000000000..0fbeb7e59c --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-internal-exception/-internal-exception.html @@ -0,0 +1,37 @@ + + + + InternalException + + + + +
+
+
+
+
+
+ +
+

InternalException

+
+
fun InternalException(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-internal-exception/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-internal-exception/index.html new file mode 100644 index 0000000000..212a7ded90 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-internal-exception/index.html @@ -0,0 +1,196 @@ + + + + InternalException + + + + +
+
+
+
+
+
+ +
+

InternalException

+
class InternalException(message: String) : Exception
+
+
+
+
+

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/-network/-b-i-t-c-o-i-n/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-network/-b-i-t-c-o-i-n/index.html new file mode 100644 index 0000000000..1b90424ec3 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-network/-b-i-t-c-o-i-n/index.html @@ -0,0 +1,74 @@ + + + + BITCOIN + + + + +
+
+
+
+
+
+ +
+

BITCOIN

+
+
+
+
+
+

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/-network/-r-e-g-t-e-s-t/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-network/-r-e-g-t-e-s-t/index.html new file mode 100644 index 0000000000..1c4fc57743 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-network/-r-e-g-t-e-s-t/index.html @@ -0,0 +1,74 @@ + + + + REGTEST + + + + +
+
+
+
+
+
+ +
+

REGTEST

+
+
+
+
+
+

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/-network/-s-i-g-n-e-t/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-network/-s-i-g-n-e-t/index.html new file mode 100644 index 0000000000..2eeb88d95b --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-network/-s-i-g-n-e-t/index.html @@ -0,0 +1,74 @@ + + + + SIGNET + + + + +
+
+
+
+
+
+ +
+

SIGNET

+
+
+
+
+
+

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/-network/-t-e-s-t-n-e-t/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-network/-t-e-s-t-n-e-t/index.html new file mode 100644 index 0000000000..c5042c065f --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-network/-t-e-s-t-n-e-t/index.html @@ -0,0 +1,74 @@ + + + + TESTNET + + + + +
+
+
+
+
+
+ +
+

TESTNET

+
+
+
+
+
+

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/-network/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-network/index.html new file mode 100644 index 0000000000..fa84060af0 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-network/index.html @@ -0,0 +1,136 @@ + + + + Network + + + + +
+
+
+
+
+
+ +
+

Network

+
enum Network : Enum<Network>
+
+
+
+
+

Entries

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

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/-partially-signed-bitcoin-transaction-interface/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-partially-signed-bitcoin-transaction-interface/index.html new file mode 100644 index 0000000000..b9188e1c99 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-partially-signed-bitcoin-transaction-interface/index.html @@ -0,0 +1,72 @@ + + + + PartiallySignedBitcoinTransactionInterface + + + + +
+
+
+
+
+
+ +
+

PartiallySignedBitcoinTransactionInterface

+
interface PartiallySignedBitcoinTransactionInterface
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract fun serialize(): String
+
+
+
+
+
+

Inheritors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-partially-signed-bitcoin-transaction-interface/serialize.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-partially-signed-bitcoin-transaction-interface/serialize.html new file mode 100644 index 0000000000..5603f562ad --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-partially-signed-bitcoin-transaction-interface/serialize.html @@ -0,0 +1,37 @@ + + + + serialize + + + + +
+
+
+
+
+
+ +
+

serialize

+
+
abstract fun serialize(): String
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-partially-signed-bitcoin-transaction/-partially-signed-bitcoin-transaction.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-partially-signed-bitcoin-transaction/-partially-signed-bitcoin-transaction.html new file mode 100644 index 0000000000..7a62090846 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-partially-signed-bitcoin-transaction/-partially-signed-bitcoin-transaction.html @@ -0,0 +1,37 @@ + + + + PartiallySignedBitcoinTransaction + + + + +
+
+
+
+
+
+ +
+

PartiallySignedBitcoinTransaction

+
+
fun PartiallySignedBitcoinTransaction(wallet: Wallet, recipient: String, amount: ULong, feeRate: Float?)
fun PartiallySignedBitcoinTransaction(pointer: Pointer)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-partially-signed-bitcoin-transaction/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-partially-signed-bitcoin-transaction/index.html new file mode 100644 index 0000000000..d66f64c57d --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-partially-signed-bitcoin-transaction/index.html @@ -0,0 +1,106 @@ + + + + PartiallySignedBitcoinTransaction + + + + +
+
+
+
+
+
+ +
+

PartiallySignedBitcoinTransaction

+
class PartiallySignedBitcoinTransaction(pointer: Pointer) : FFIObject, PartiallySignedBitcoinTransactionInterface
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun PartiallySignedBitcoinTransaction(wallet: Wallet, recipient: String, amount: ULong, feeRate: Float?)
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun close()
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun destroy()
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun serialize(): String
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-partially-signed-bitcoin-transaction/serialize.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-partially-signed-bitcoin-transaction/serialize.html new file mode 100644 index 0000000000..15b4d71891 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-partially-signed-bitcoin-transaction/serialize.html @@ -0,0 +1,37 @@ + + + + serialize + + + + +
+
+
+
+
+
+ +
+

serialize

+
+
open override fun serialize(): String
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-sled-db-configuration/-companion/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-sled-db-configuration/-companion/index.html new file mode 100644 index 0000000000..d8739e3e6a --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-sled-db-configuration/-companion/index.html @@ -0,0 +1,41 @@ + + + + Companion + + + + +
+
+
+
+
+
+ +
+

Companion

+
object Companion
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-sled-db-configuration/-sled-db-configuration.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-sled-db-configuration/-sled-db-configuration.html new file mode 100644 index 0000000000..3817c55a94 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-sled-db-configuration/-sled-db-configuration.html @@ -0,0 +1,37 @@ + + + + SledDbConfiguration + + + + +
+
+
+
+
+
+ +
+

SledDbConfiguration

+
+
fun SledDbConfiguration(path: String, treeName: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-sled-db-configuration/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-sled-db-configuration/index.html new file mode 100644 index 0000000000..7d63546540 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-sled-db-configuration/index.html @@ -0,0 +1,91 @@ + + + + SledDbConfiguration + + + + +
+
+
+
+
+
+ +
+

SledDbConfiguration

+
data class SledDbConfiguration(path: String, treeName: String)
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
object Companion
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
var path: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var treeName: String
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-sled-db-configuration/path.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-sled-db-configuration/path.html new file mode 100644 index 0000000000..41ad7de047 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-sled-db-configuration/path.html @@ -0,0 +1,37 @@ + + + + path + + + + +
+
+
+
+
+
+ +
+

path

+
+
var path: String
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-sled-db-configuration/tree-name.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-sled-db-configuration/tree-name.html new file mode 100644 index 0000000000..426cc8128b --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-sled-db-configuration/tree-name.html @@ -0,0 +1,37 @@ + + + + treeName + + + + +
+
+
+
+
+
+ +
+

treeName

+
+
var treeName: String
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-sqlite-db-configuration/-companion/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-sqlite-db-configuration/-companion/index.html new file mode 100644 index 0000000000..836f6d997e --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-sqlite-db-configuration/-companion/index.html @@ -0,0 +1,41 @@ + + + + Companion + + + + +
+
+
+
+
+
+ +
+

Companion

+
object Companion
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-sqlite-db-configuration/-sqlite-db-configuration.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-sqlite-db-configuration/-sqlite-db-configuration.html new file mode 100644 index 0000000000..a21d79f6bb --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-sqlite-db-configuration/-sqlite-db-configuration.html @@ -0,0 +1,37 @@ + + + + SqliteDbConfiguration + + + + +
+
+
+
+
+
+ +
+

SqliteDbConfiguration

+
+
fun SqliteDbConfiguration(path: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-sqlite-db-configuration/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-sqlite-db-configuration/index.html new file mode 100644 index 0000000000..db7178a6f1 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-sqlite-db-configuration/index.html @@ -0,0 +1,76 @@ + + + + SqliteDbConfiguration + + + + +
+
+
+
+
+
+ +
+

SqliteDbConfiguration

+
data class SqliteDbConfiguration(path: String)
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
object Companion
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
var path: String
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-sqlite-db-configuration/path.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-sqlite-db-configuration/path.html new file mode 100644 index 0000000000..56a6508c6d --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-sqlite-db-configuration/path.html @@ -0,0 +1,37 @@ + + + + path + + + + +
+
+
+
+
+
+ +
+

path

+
+
var path: String
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction-details/-companion/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction-details/-companion/index.html new file mode 100644 index 0000000000..0821d0ee36 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction-details/-companion/index.html @@ -0,0 +1,41 @@ + + + + Companion + + + + +
+
+
+
+
+
+ +
+

Companion

+
object Companion
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction-details/-transaction-details.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction-details/-transaction-details.html new file mode 100644 index 0000000000..f73f71b3ac --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction-details/-transaction-details.html @@ -0,0 +1,37 @@ + + + + TransactionDetails + + + + +
+
+
+
+
+
+ +
+

TransactionDetails

+
+
fun TransactionDetails(fees: ULong?, received: ULong, sent: ULong, txid: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction-details/fees.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction-details/fees.html new file mode 100644 index 0000000000..b4b0844e27 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction-details/fees.html @@ -0,0 +1,37 @@ + + + + fees + + + + +
+
+
+
+
+
+ +
+

fees

+
+
var fees: ULong?
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction-details/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction-details/index.html new file mode 100644 index 0000000000..69119941c3 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction-details/index.html @@ -0,0 +1,121 @@ + + + + TransactionDetails + + + + +
+
+
+
+
+
+ +
+

TransactionDetails

+
data class TransactionDetails(fees: ULong?, received: ULong, sent: ULong, txid: String)
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
object Companion
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
var fees: ULong?
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var received: ULong
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var sent: ULong
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var txid: String
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction-details/received.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction-details/received.html new file mode 100644 index 0000000000..463bc35c7f --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction-details/received.html @@ -0,0 +1,37 @@ + + + + received + + + + +
+
+
+
+
+
+ +
+

received

+
+
var received: ULong
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction-details/sent.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction-details/sent.html new file mode 100644 index 0000000000..2e8d7bb797 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction-details/sent.html @@ -0,0 +1,37 @@ + + + + sent + + + + +
+
+
+
+
+
+ +
+

sent

+
+
var sent: ULong
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction-details/txid.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction-details/txid.html new file mode 100644 index 0000000000..0343d20dde --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction-details/txid.html @@ -0,0 +1,37 @@ + + + + txid + + + + +
+
+
+
+
+
+ +
+

txid

+
+
var txid: String
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction/-confirmed/-confirmed.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction/-confirmed/-confirmed.html new file mode 100644 index 0000000000..b5737636bb --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction/-confirmed/-confirmed.html @@ -0,0 +1,37 @@ + + + + Confirmed + + + + +
+
+
+
+
+
+ +
+

Confirmed

+
+
fun Confirmed(details: TransactionDetails, confirmation: BlockTime)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction/-confirmed/confirmation.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction/-confirmed/confirmation.html new file mode 100644 index 0000000000..48e67853be --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction/-confirmed/confirmation.html @@ -0,0 +1,37 @@ + + + + confirmation + + + + +
+
+
+
+
+
+ +
+

confirmation

+
+
val confirmation: BlockTime
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction/-confirmed/details.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction/-confirmed/details.html new file mode 100644 index 0000000000..a65db50541 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction/-confirmed/details.html @@ -0,0 +1,37 @@ + + + + details + + + + +
+
+
+
+
+
+ +
+

details

+
+
val details: TransactionDetails
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction/-confirmed/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction/-confirmed/index.html new file mode 100644 index 0000000000..143b42061d --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction/-confirmed/index.html @@ -0,0 +1,74 @@ + + + + Confirmed + + + + +
+
+
+
+
+
+ +
+

Confirmed

+
data class Confirmed(details: TransactionDetails, confirmation: BlockTime) : Transaction
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val confirmation: BlockTime
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val details: TransactionDetails
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction/-unconfirmed/-unconfirmed.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction/-unconfirmed/-unconfirmed.html new file mode 100644 index 0000000000..9551d08bf7 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction/-unconfirmed/-unconfirmed.html @@ -0,0 +1,37 @@ + + + + Unconfirmed + + + + +
+
+
+
+
+
+ +
+

Unconfirmed

+
+
fun Unconfirmed(details: TransactionDetails)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction/-unconfirmed/details.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction/-unconfirmed/details.html new file mode 100644 index 0000000000..72d1c377d3 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction/-unconfirmed/details.html @@ -0,0 +1,37 @@ + + + + details + + + + +
+
+
+
+
+
+ +
+

details

+
+
val details: TransactionDetails
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction/-unconfirmed/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction/-unconfirmed/index.html new file mode 100644 index 0000000000..af47df8091 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction/-unconfirmed/index.html @@ -0,0 +1,59 @@ + + + + Unconfirmed + + + + +
+
+
+
+
+
+ +
+

Unconfirmed

+
data class Unconfirmed(details: TransactionDetails) : Transaction
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val details: TransactionDetails
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction/index.html new file mode 100644 index 0000000000..84f0e15d88 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-transaction/index.html @@ -0,0 +1,98 @@ + + + + Transaction + + + + +
+
+
+
+
+
+ +
+

Transaction

+
sealed class Transaction
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class Confirmed(details: TransactionDetails, confirmation: BlockTime) : Transaction
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class Unconfirmed(details: TransactionDetails) : Transaction
+
+
+
+
+
+

Inheritors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet-interface/broadcast.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet-interface/broadcast.html new file mode 100644 index 0000000000..6dc9159496 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet-interface/broadcast.html @@ -0,0 +1,37 @@ + + + + broadcast + + + + +
+
+
+
+
+
+ +
+

broadcast

+
+
abstract fun broadcast(psbt: PartiallySignedBitcoinTransaction): String
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet-interface/get-balance.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet-interface/get-balance.html new file mode 100644 index 0000000000..7581af7be0 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet-interface/get-balance.html @@ -0,0 +1,37 @@ + + + + getBalance + + + + +
+
+
+
+
+
+ +
+

getBalance

+
+
abstract fun getBalance(): ULong
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet-interface/get-last-unused-address.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet-interface/get-last-unused-address.html new file mode 100644 index 0000000000..5b7d31b321 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet-interface/get-last-unused-address.html @@ -0,0 +1,37 @@ + + + + getLastUnusedAddress + + + + +
+
+
+
+
+
+ +
+

getLastUnusedAddress

+
+
abstract fun getLastUnusedAddress(): String
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet-interface/get-network.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet-interface/get-network.html new file mode 100644 index 0000000000..bf003fef2c --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet-interface/get-network.html @@ -0,0 +1,37 @@ + + + + getNetwork + + + + +
+
+
+
+
+
+ +
+

getNetwork

+
+
abstract fun getNetwork(): Network
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet-interface/get-new-address.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet-interface/get-new-address.html new file mode 100644 index 0000000000..4648a2df09 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet-interface/get-new-address.html @@ -0,0 +1,37 @@ + + + + getNewAddress + + + + +
+
+
+
+
+
+ +
+

getNewAddress

+
+
abstract fun getNewAddress(): String
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet-interface/get-transactions.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet-interface/get-transactions.html new file mode 100644 index 0000000000..74a77d6c95 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet-interface/get-transactions.html @@ -0,0 +1,37 @@ + + + + getTransactions + + + + +
+
+
+
+
+
+ +
+

getTransactions

+
+
abstract fun getTransactions(): List<Transaction>
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet-interface/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet-interface/index.html new file mode 100644 index 0000000000..0f811f86d9 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet-interface/index.html @@ -0,0 +1,177 @@ + + + + WalletInterface + + + + +
+
+
+
+
+
+ +
+

WalletInterface

+
interface WalletInterface
+
+
+
+
+

Functions

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

Inheritors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet-interface/sign.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet-interface/sign.html new file mode 100644 index 0000000000..a42c8be13e --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet-interface/sign.html @@ -0,0 +1,37 @@ + + + + sign + + + + +
+
+
+
+
+
+ +
+

sign

+
+
abstract fun sign(psbt: PartiallySignedBitcoinTransaction)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet-interface/sync.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet-interface/sync.html new file mode 100644 index 0000000000..61ba0c6a8f --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet-interface/sync.html @@ -0,0 +1,37 @@ + + + + sync + + + + +
+
+
+
+
+
+ +
+

sync

+
+
abstract fun sync(progressUpdate: BdkProgress, maxAddressParam: UInt?)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet/-companion/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet/-companion/index.html new file mode 100644 index 0000000000..2bdfae543e --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet/-companion/index.html @@ -0,0 +1,41 @@ + + + + Companion + + + + +
+
+
+
+
+
+ +
+

Companion

+
object Companion
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet/-wallet.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet/-wallet.html new file mode 100644 index 0000000000..f9718aea1e --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet/-wallet.html @@ -0,0 +1,37 @@ + + + + Wallet + + + + +
+
+
+
+
+
+ +
+

Wallet

+
+
fun Wallet(descriptor: String, changeDescriptor: String?, network: Network, databaseConfig: DatabaseConfig, blockchainConfig: BlockchainConfig)
fun Wallet(pointer: Pointer)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet/broadcast.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet/broadcast.html new file mode 100644 index 0000000000..3990d7baf8 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet/broadcast.html @@ -0,0 +1,37 @@ + + + + broadcast + + + + +
+
+
+
+
+
+ +
+

broadcast

+
+
open override fun broadcast(psbt: PartiallySignedBitcoinTransaction): String
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet/get-balance.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet/get-balance.html new file mode 100644 index 0000000000..bac121fd2a --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet/get-balance.html @@ -0,0 +1,37 @@ + + + + getBalance + + + + +
+
+
+
+
+
+ +
+

getBalance

+
+
open override fun getBalance(): ULong
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet/get-last-unused-address.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet/get-last-unused-address.html new file mode 100644 index 0000000000..bd63cb9f18 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet/get-last-unused-address.html @@ -0,0 +1,37 @@ + + + + getLastUnusedAddress + + + + +
+
+
+
+
+
+ +
+

getLastUnusedAddress

+
+
open override fun getLastUnusedAddress(): String
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet/get-network.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet/get-network.html new file mode 100644 index 0000000000..f313b221d5 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet/get-network.html @@ -0,0 +1,37 @@ + + + + getNetwork + + + + +
+
+
+
+
+
+ +
+

getNetwork

+
+
open override fun getNetwork(): Network
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet/get-new-address.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet/get-new-address.html new file mode 100644 index 0000000000..17ad91049f --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet/get-new-address.html @@ -0,0 +1,37 @@ + + + + getNewAddress + + + + +
+
+
+
+
+
+ +
+

getNewAddress

+
+
open override fun getNewAddress(): String
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet/get-transactions.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet/get-transactions.html new file mode 100644 index 0000000000..1f82d7f6c2 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet/get-transactions.html @@ -0,0 +1,37 @@ + + + + getTransactions + + + + +
+
+
+
+
+
+ +
+

getTransactions

+
+
open override fun getTransactions(): List<Transaction>
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet/index.html new file mode 100644 index 0000000000..1ebed7bb2b --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet/index.html @@ -0,0 +1,228 @@ + + + + Wallet + + + + +
+
+
+
+
+
+ +
+

Wallet

+
class Wallet(pointer: Pointer) : FFIObject, WalletInterface
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun Wallet(descriptor: String, changeDescriptor: String?, network: Network, databaseConfig: DatabaseConfig, blockchainConfig: BlockchainConfig)
+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
object Companion
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun broadcast(psbt: PartiallySignedBitcoinTransaction): String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun close()
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun destroy()
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun getBalance(): ULong
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun getLastUnusedAddress(): String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun getNetwork(): Network
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun getNewAddress(): String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun getTransactions(): List<Transaction>
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun sign(psbt: PartiallySignedBitcoinTransaction)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun sync(progressUpdate: BdkProgress, maxAddressParam: UInt?)
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet/sign.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet/sign.html new file mode 100644 index 0000000000..2084623d96 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet/sign.html @@ -0,0 +1,37 @@ + + + + sign + + + + +
+
+
+
+
+
+ +
+

sign

+
+
open override fun sign(psbt: PartiallySignedBitcoinTransaction)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet/sync.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet/sync.html new file mode 100644 index 0000000000..c0ccd3f4fe --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-wallet/sync.html @@ -0,0 +1,37 @@ + + + + sync + + + + +
+
+
+
+
+
+ +
+

sync

+
+
open override fun sync(progressUpdate: BdkProgress, maxAddressParam: UInt?)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-word-count/-w-o-r-d-s12/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-word-count/-w-o-r-d-s12/index.html new file mode 100644 index 0000000000..91190d3f1d --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-word-count/-w-o-r-d-s12/index.html @@ -0,0 +1,74 @@ + + + + WORDS12 + + + + +
+
+
+
+
+
+ +
+

WORDS12

+
+
+
+
+
+

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/-word-count/-w-o-r-d-s15/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-word-count/-w-o-r-d-s15/index.html new file mode 100644 index 0000000000..3348ce7bc8 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-word-count/-w-o-r-d-s15/index.html @@ -0,0 +1,74 @@ + + + + WORDS15 + + + + +
+
+
+
+
+
+ +
+

WORDS15

+
+
+
+
+
+

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/-word-count/-w-o-r-d-s18/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-word-count/-w-o-r-d-s18/index.html new file mode 100644 index 0000000000..4023fccb49 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-word-count/-w-o-r-d-s18/index.html @@ -0,0 +1,74 @@ + + + + WORDS18 + + + + +
+
+
+
+
+
+ +
+

WORDS18

+
+
+
+
+
+

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/-word-count/-w-o-r-d-s21/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-word-count/-w-o-r-d-s21/index.html new file mode 100644 index 0000000000..085ad23e7c --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-word-count/-w-o-r-d-s21/index.html @@ -0,0 +1,74 @@ + + + + WORDS21 + + + + +
+
+
+
+
+
+ +
+

WORDS21

+
+
+
+
+
+

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/-word-count/-w-o-r-d-s24/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-word-count/-w-o-r-d-s24/index.html new file mode 100644 index 0000000000..92f4639416 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-word-count/-w-o-r-d-s24/index.html @@ -0,0 +1,74 @@ + + + + WORDS24 + + + + +
+
+
+
+
+
+ +
+

WORDS24

+
+
+
+
+
+

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/-word-count/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-word-count/index.html new file mode 100644 index 0000000000..8ae71fccaf --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/-word-count/index.html @@ -0,0 +1,151 @@ + + + + WordCount + + + + +
+
+
+
+
+
+ +
+

WordCount

+
enum WordCount : Enum<WordCount>
+
+
+
+
+

Entries

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

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/generate-extended-key.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/generate-extended-key.html new file mode 100644 index 0000000000..3ef7f7842a --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/generate-extended-key.html @@ -0,0 +1,37 @@ + + + + generateExtendedKey + + + + +
+
+
+
+
+
+ +
+

generateExtendedKey

+
+
fun generateExtendedKey(network: Network, wordCount: WordCount, password: String?): ExtendedKeyInfo
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/index.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/index.html new file mode 100644 index 0000000000..43ae3971d5 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/index.html @@ -0,0 +1,375 @@ + + + + org.bitcoindevkit + + + + +
+
+
+
+
+
+ +
+

Package org.bitcoindevkit

+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
sealed class BdkException : Exception
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
interface BdkProgress
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
sealed class BlockchainConfig

Sealed class that can be of either blockchain configuration defined by the library.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BlockTime(height: UInt, timestamp: ULong)

Block height and timestamp of a block

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
interface CallStatusErrorHandler<E>
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
sealed class DatabaseConfig
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class ElectrumConfig(url: String, socks5: String?, retry: UByte, timeout: UByte?, stopGap: ULong)

Configuration for an ElectrumBlockchain

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class EsploraConfig(baseUrl: String, proxy: String?, timeoutRead: ULong, timeoutWrite: ULong, stopGap: ULong)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class ExtendedKeyInfo(mnemonic: String, xprv: String, fingerprint: String)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
class InternalException(message: String) : Exception
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
enum Network : Enum<Network>
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
class PartiallySignedBitcoinTransaction(pointer: Pointer) : FFIObject, PartiallySignedBitcoinTransactionInterface
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
interface PartiallySignedBitcoinTransactionInterface
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class SledDbConfiguration(path: String, treeName: String)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class SqliteDbConfiguration(path: String)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
sealed class Transaction
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class TransactionDetails(fees: ULong?, received: ULong, sent: ULong, txid: String)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Wallet(pointer: Pointer) : FFIObject, WalletInterface
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
interface WalletInterface
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
enum WordCount : Enum<WordCount>
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun generateExtendedKey(network: Network, wordCount: WordCount, password: String?): ExtendedKeyInfo
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun restoreExtendedKey(network: Network, mnemonic: String, password: String?): ExtendedKeyInfo
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/restore-extended-key.html b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/restore-extended-key.html new file mode 100644 index 0000000000..530b662d4d --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/org.bitcoindevkit/restore-extended-key.html @@ -0,0 +1,37 @@ + + + + restoreExtendedKey + + + + +
+
+
+
+
+
+ +
+

restoreExtendedKey

+
+
fun restoreExtendedKey(network: Network, mnemonic: String, password: String?): ExtendedKeyInfo
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/bdk-android/package-list b/docs/.vuepress/public/bdk-android/bdk-android/package-list new file mode 100644 index 0000000000..4cb255e346 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/bdk-android/package-list @@ -0,0 +1,197 @@ +$dokka.format:html-v1 +$dokka.linkExtension:html +$dokka.location:org.bitcoindevkit////PointingToDeclaration/bdk-android/org.bitcoindevkit/index.html +$dokka.location:org.bitcoindevkit//generateExtendedKey/#org.bitcoindevkit.Network#org.bitcoindevkit.WordCount#kotlin.String?/PointingToDeclaration/bdk-android/org.bitcoindevkit/generate-extended-key.html +$dokka.location:org.bitcoindevkit//restoreExtendedKey/#org.bitcoindevkit.Network#kotlin.String#kotlin.String?/PointingToDeclaration/bdk-android/org.bitcoindevkit/restore-extended-key.html +$dokka.location:org.bitcoindevkit/BdkException.AddressValidator///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-address-validator/index.html +$dokka.location:org.bitcoindevkit/BdkException.AddressValidator/AddressValidator/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-address-validator/-address-validator.html +$dokka.location:org.bitcoindevkit/BdkException.Bip32///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-bip32/index.html +$dokka.location:org.bitcoindevkit/BdkException.Bip32/Bip32/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-bip32/-bip32.html +$dokka.location:org.bitcoindevkit/BdkException.BnBNoExactMatch///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-bn-b-no-exact-match/index.html +$dokka.location:org.bitcoindevkit/BdkException.BnBNoExactMatch/BnBNoExactMatch/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-bn-b-no-exact-match/-bn-b-no-exact-match.html +$dokka.location:org.bitcoindevkit/BdkException.BnBTotalTriesExceeded///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-bn-b-total-tries-exceeded/index.html +$dokka.location:org.bitcoindevkit/BdkException.BnBTotalTriesExceeded/BnBTotalTriesExceeded/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-bn-b-total-tries-exceeded/-bn-b-total-tries-exceeded.html +$dokka.location:org.bitcoindevkit/BdkException.ChecksumMismatch///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-checksum-mismatch/index.html +$dokka.location:org.bitcoindevkit/BdkException.ChecksumMismatch/ChecksumMismatch/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-checksum-mismatch/-checksum-mismatch.html +$dokka.location:org.bitcoindevkit/BdkException.Descriptor///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-descriptor/index.html +$dokka.location:org.bitcoindevkit/BdkException.Descriptor/Descriptor/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-descriptor/-descriptor.html +$dokka.location:org.bitcoindevkit/BdkException.Electrum///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-electrum/index.html +$dokka.location:org.bitcoindevkit/BdkException.Electrum/Electrum/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-electrum/-electrum.html +$dokka.location:org.bitcoindevkit/BdkException.Encode///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-encode/index.html +$dokka.location:org.bitcoindevkit/BdkException.Encode/Encode/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-encode/-encode.html +$dokka.location:org.bitcoindevkit/BdkException.ErrorHandler///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-error-handler/index.html +$dokka.location:org.bitcoindevkit/BdkException.ErrorHandler/lift/#org.bitcoindevkit.RustBuffer.ByValue/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-error-handler/lift.html +$dokka.location:org.bitcoindevkit/BdkException.ErrorHandler/read/#java.nio.ByteBuffer/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-error-handler/read.html +$dokka.location:org.bitcoindevkit/BdkException.Esplora///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-esplora/index.html +$dokka.location:org.bitcoindevkit/BdkException.Esplora/Esplora/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-esplora/-esplora.html +$dokka.location:org.bitcoindevkit/BdkException.FeeRateTooLow///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-fee-rate-too-low/index.html +$dokka.location:org.bitcoindevkit/BdkException.FeeRateTooLow/FeeRateTooLow/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-fee-rate-too-low/-fee-rate-too-low.html +$dokka.location:org.bitcoindevkit/BdkException.FeeRateUnavailable///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-fee-rate-unavailable/index.html +$dokka.location:org.bitcoindevkit/BdkException.FeeRateUnavailable/FeeRateUnavailable/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-fee-rate-unavailable/-fee-rate-unavailable.html +$dokka.location:org.bitcoindevkit/BdkException.FeeTooLow///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-fee-too-low/index.html +$dokka.location:org.bitcoindevkit/BdkException.FeeTooLow/FeeTooLow/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-fee-too-low/-fee-too-low.html +$dokka.location:org.bitcoindevkit/BdkException.Generic///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-generic/index.html +$dokka.location:org.bitcoindevkit/BdkException.Generic/Generic/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-generic/-generic.html +$dokka.location:org.bitcoindevkit/BdkException.Hex///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-hex/index.html +$dokka.location:org.bitcoindevkit/BdkException.Hex/Hex/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-hex/-hex.html +$dokka.location:org.bitcoindevkit/BdkException.InsufficientFunds///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-insufficient-funds/index.html +$dokka.location:org.bitcoindevkit/BdkException.InsufficientFunds/InsufficientFunds/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-insufficient-funds/-insufficient-funds.html +$dokka.location:org.bitcoindevkit/BdkException.InvalidNetwork///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-network/index.html +$dokka.location:org.bitcoindevkit/BdkException.InvalidNetwork/InvalidNetwork/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-network/-invalid-network.html +$dokka.location:org.bitcoindevkit/BdkException.InvalidOutpoint///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-outpoint/index.html +$dokka.location:org.bitcoindevkit/BdkException.InvalidOutpoint/InvalidOutpoint/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-outpoint/-invalid-outpoint.html +$dokka.location:org.bitcoindevkit/BdkException.InvalidPolicyPathException///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-policy-path-exception/index.html +$dokka.location:org.bitcoindevkit/BdkException.InvalidPolicyPathException/InvalidPolicyPathException/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-policy-path-exception/-invalid-policy-path-exception.html +$dokka.location:org.bitcoindevkit/BdkException.InvalidProgressValue///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-progress-value/index.html +$dokka.location:org.bitcoindevkit/BdkException.InvalidProgressValue/InvalidProgressValue/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-progress-value/-invalid-progress-value.html +$dokka.location:org.bitcoindevkit/BdkException.InvalidU32Bytes///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-u32-bytes/index.html +$dokka.location:org.bitcoindevkit/BdkException.InvalidU32Bytes/InvalidU32Bytes/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-invalid-u32-bytes/-invalid-u32-bytes.html +$dokka.location:org.bitcoindevkit/BdkException.IrreplaceableTransaction///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-irreplaceable-transaction/index.html +$dokka.location:org.bitcoindevkit/BdkException.IrreplaceableTransaction/IrreplaceableTransaction/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-irreplaceable-transaction/-irreplaceable-transaction.html +$dokka.location:org.bitcoindevkit/BdkException.Json///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-json/index.html +$dokka.location:org.bitcoindevkit/BdkException.Json/Json/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-json/-json.html +$dokka.location:org.bitcoindevkit/BdkException.Key///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-key/index.html +$dokka.location:org.bitcoindevkit/BdkException.Key/Key/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-key/-key.html +$dokka.location:org.bitcoindevkit/BdkException.Miniscript///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-miniscript/index.html +$dokka.location:org.bitcoindevkit/BdkException.Miniscript/Miniscript/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-miniscript/-miniscript.html +$dokka.location:org.bitcoindevkit/BdkException.MissingKeyOrigin///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-missing-key-origin/index.html +$dokka.location:org.bitcoindevkit/BdkException.MissingKeyOrigin/MissingKeyOrigin/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-missing-key-origin/-missing-key-origin.html +$dokka.location:org.bitcoindevkit/BdkException.NoRecipients///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-no-recipients/index.html +$dokka.location:org.bitcoindevkit/BdkException.NoRecipients/NoRecipients/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-no-recipients/-no-recipients.html +$dokka.location:org.bitcoindevkit/BdkException.NoUtxosSelected///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-no-utxos-selected/index.html +$dokka.location:org.bitcoindevkit/BdkException.NoUtxosSelected/NoUtxosSelected/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-no-utxos-selected/-no-utxos-selected.html +$dokka.location:org.bitcoindevkit/BdkException.OutputBelowDustLimit///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-output-below-dust-limit/index.html +$dokka.location:org.bitcoindevkit/BdkException.OutputBelowDustLimit/OutputBelowDustLimit/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-output-below-dust-limit/-output-below-dust-limit.html +$dokka.location:org.bitcoindevkit/BdkException.ProgressUpdateException///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-progress-update-exception/index.html +$dokka.location:org.bitcoindevkit/BdkException.ProgressUpdateException/ProgressUpdateException/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-progress-update-exception/-progress-update-exception.html +$dokka.location:org.bitcoindevkit/BdkException.Psbt///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-psbt/index.html +$dokka.location:org.bitcoindevkit/BdkException.Psbt/Psbt/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-psbt/-psbt.html +$dokka.location:org.bitcoindevkit/BdkException.PsbtParse///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-psbt-parse/index.html +$dokka.location:org.bitcoindevkit/BdkException.PsbtParse/PsbtParse/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-psbt-parse/-psbt-parse.html +$dokka.location:org.bitcoindevkit/BdkException.Rusqlite///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-rusqlite/index.html +$dokka.location:org.bitcoindevkit/BdkException.Rusqlite/Rusqlite/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-rusqlite/-rusqlite.html +$dokka.location:org.bitcoindevkit/BdkException.ScriptDoesntHaveAddressForm///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-script-doesnt-have-address-form/index.html +$dokka.location:org.bitcoindevkit/BdkException.ScriptDoesntHaveAddressForm/ScriptDoesntHaveAddressForm/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-script-doesnt-have-address-form/-script-doesnt-have-address-form.html +$dokka.location:org.bitcoindevkit/BdkException.Secp256k1///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-secp256k1/index.html +$dokka.location:org.bitcoindevkit/BdkException.Secp256k1/Secp256k1/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-secp256k1/-secp256k1.html +$dokka.location:org.bitcoindevkit/BdkException.Signer///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-signer/index.html +$dokka.location:org.bitcoindevkit/BdkException.Signer/Signer/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-signer/-signer.html +$dokka.location:org.bitcoindevkit/BdkException.Sled///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-sled/index.html +$dokka.location:org.bitcoindevkit/BdkException.Sled/Sled/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-sled/-sled.html +$dokka.location:org.bitcoindevkit/BdkException.SpendingPolicyRequired///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-spending-policy-required/index.html +$dokka.location:org.bitcoindevkit/BdkException.SpendingPolicyRequired/SpendingPolicyRequired/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-spending-policy-required/-spending-policy-required.html +$dokka.location:org.bitcoindevkit/BdkException.TransactionConfirmed///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-transaction-confirmed/index.html +$dokka.location:org.bitcoindevkit/BdkException.TransactionConfirmed/TransactionConfirmed/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-transaction-confirmed/-transaction-confirmed.html +$dokka.location:org.bitcoindevkit/BdkException.TransactionNotFound///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-transaction-not-found/index.html +$dokka.location:org.bitcoindevkit/BdkException.TransactionNotFound/TransactionNotFound/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-transaction-not-found/-transaction-not-found.html +$dokka.location:org.bitcoindevkit/BdkException.UnknownUtxo///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-unknown-utxo/index.html +$dokka.location:org.bitcoindevkit/BdkException.UnknownUtxo/UnknownUtxo/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/-unknown-utxo/-unknown-utxo.html +$dokka.location:org.bitcoindevkit/BdkException///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-exception/index.html +$dokka.location:org.bitcoindevkit/BdkProgress///PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-progress/index.html +$dokka.location:org.bitcoindevkit/BdkProgress/update/#kotlin.Float#kotlin.String?/PointingToDeclaration/bdk-android/org.bitcoindevkit/-bdk-progress/update.html +$dokka.location:org.bitcoindevkit/BlockTime///PointingToDeclaration/bdk-android/org.bitcoindevkit/-block-time/index.html +$dokka.location:org.bitcoindevkit/BlockTime/BlockTime/#kotlin.UInt#kotlin.ULong/PointingToDeclaration/bdk-android/org.bitcoindevkit/-block-time/-block-time.html +$dokka.location:org.bitcoindevkit/BlockTime/height/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-block-time/height.html +$dokka.location:org.bitcoindevkit/BlockTime/timestamp/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-block-time/timestamp.html +$dokka.location:org.bitcoindevkit/BlockchainConfig.Electrum///PointingToDeclaration/bdk-android/org.bitcoindevkit/-blockchain-config/-electrum/index.html +$dokka.location:org.bitcoindevkit/BlockchainConfig.Electrum/Electrum/#org.bitcoindevkit.ElectrumConfig/PointingToDeclaration/bdk-android/org.bitcoindevkit/-blockchain-config/-electrum/-electrum.html +$dokka.location:org.bitcoindevkit/BlockchainConfig.Electrum/config/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-blockchain-config/-electrum/config.html +$dokka.location:org.bitcoindevkit/BlockchainConfig.Esplora///PointingToDeclaration/bdk-android/org.bitcoindevkit/-blockchain-config/-esplora/index.html +$dokka.location:org.bitcoindevkit/BlockchainConfig.Esplora/Esplora/#org.bitcoindevkit.EsploraConfig/PointingToDeclaration/bdk-android/org.bitcoindevkit/-blockchain-config/-esplora/-esplora.html +$dokka.location:org.bitcoindevkit/BlockchainConfig.Esplora/config/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-blockchain-config/-esplora/config.html +$dokka.location:org.bitcoindevkit/BlockchainConfig///PointingToDeclaration/bdk-android/org.bitcoindevkit/-blockchain-config/index.html +$dokka.location:org.bitcoindevkit/CallStatusErrorHandler///PointingToDeclaration/bdk-android/org.bitcoindevkit/-call-status-error-handler/index.html +$dokka.location:org.bitcoindevkit/CallStatusErrorHandler/lift/#org.bitcoindevkit.RustBuffer.ByValue/PointingToDeclaration/bdk-android/org.bitcoindevkit/-call-status-error-handler/lift.html +$dokka.location:org.bitcoindevkit/DatabaseConfig.Memory///PointingToDeclaration/bdk-android/org.bitcoindevkit/-database-config/-memory/index.html +$dokka.location:org.bitcoindevkit/DatabaseConfig.Sled///PointingToDeclaration/bdk-android/org.bitcoindevkit/-database-config/-sled/index.html +$dokka.location:org.bitcoindevkit/DatabaseConfig.Sled/Sled/#org.bitcoindevkit.SledDbConfiguration/PointingToDeclaration/bdk-android/org.bitcoindevkit/-database-config/-sled/-sled.html +$dokka.location:org.bitcoindevkit/DatabaseConfig.Sled/config/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-database-config/-sled/config.html +$dokka.location:org.bitcoindevkit/DatabaseConfig.Sqlite///PointingToDeclaration/bdk-android/org.bitcoindevkit/-database-config/-sqlite/index.html +$dokka.location:org.bitcoindevkit/DatabaseConfig.Sqlite/Sqlite/#org.bitcoindevkit.SqliteDbConfiguration/PointingToDeclaration/bdk-android/org.bitcoindevkit/-database-config/-sqlite/-sqlite.html +$dokka.location:org.bitcoindevkit/DatabaseConfig.Sqlite/config/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-database-config/-sqlite/config.html +$dokka.location:org.bitcoindevkit/DatabaseConfig///PointingToDeclaration/bdk-android/org.bitcoindevkit/-database-config/index.html +$dokka.location:org.bitcoindevkit/ElectrumConfig///PointingToDeclaration/bdk-android/org.bitcoindevkit/-electrum-config/index.html +$dokka.location:org.bitcoindevkit/ElectrumConfig/ElectrumConfig/#kotlin.String#kotlin.String?#kotlin.UByte#kotlin.UByte?#kotlin.ULong/PointingToDeclaration/bdk-android/org.bitcoindevkit/-electrum-config/-electrum-config.html +$dokka.location:org.bitcoindevkit/ElectrumConfig/retry/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-electrum-config/retry.html +$dokka.location:org.bitcoindevkit/ElectrumConfig/socks5/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-electrum-config/socks5.html +$dokka.location:org.bitcoindevkit/ElectrumConfig/stopGap/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-electrum-config/stop-gap.html +$dokka.location:org.bitcoindevkit/ElectrumConfig/timeout/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-electrum-config/timeout.html +$dokka.location:org.bitcoindevkit/ElectrumConfig/url/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-electrum-config/url.html +$dokka.location:org.bitcoindevkit/EsploraConfig///PointingToDeclaration/bdk-android/org.bitcoindevkit/-esplora-config/index.html +$dokka.location:org.bitcoindevkit/EsploraConfig/EsploraConfig/#kotlin.String#kotlin.String?#kotlin.ULong#kotlin.ULong#kotlin.ULong/PointingToDeclaration/bdk-android/org.bitcoindevkit/-esplora-config/-esplora-config.html +$dokka.location:org.bitcoindevkit/EsploraConfig/baseUrl/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-esplora-config/base-url.html +$dokka.location:org.bitcoindevkit/EsploraConfig/proxy/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-esplora-config/proxy.html +$dokka.location:org.bitcoindevkit/EsploraConfig/stopGap/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-esplora-config/stop-gap.html +$dokka.location:org.bitcoindevkit/EsploraConfig/timeoutRead/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-esplora-config/timeout-read.html +$dokka.location:org.bitcoindevkit/EsploraConfig/timeoutWrite/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-esplora-config/timeout-write.html +$dokka.location:org.bitcoindevkit/ExtendedKeyInfo///PointingToDeclaration/bdk-android/org.bitcoindevkit/-extended-key-info/index.html +$dokka.location:org.bitcoindevkit/ExtendedKeyInfo/ExtendedKeyInfo/#kotlin.String#kotlin.String#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-extended-key-info/-extended-key-info.html +$dokka.location:org.bitcoindevkit/ExtendedKeyInfo/fingerprint/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-extended-key-info/fingerprint.html +$dokka.location:org.bitcoindevkit/ExtendedKeyInfo/mnemonic/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-extended-key-info/mnemonic.html +$dokka.location:org.bitcoindevkit/ExtendedKeyInfo/xprv/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-extended-key-info/xprv.html +$dokka.location:org.bitcoindevkit/InternalException///PointingToDeclaration/bdk-android/org.bitcoindevkit/-internal-exception/index.html +$dokka.location:org.bitcoindevkit/InternalException/InternalException/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-internal-exception/-internal-exception.html +$dokka.location:org.bitcoindevkit/Network.BITCOIN///PointingToDeclaration/bdk-android/org.bitcoindevkit/-network/-b-i-t-c-o-i-n/index.html +$dokka.location:org.bitcoindevkit/Network.REGTEST///PointingToDeclaration/bdk-android/org.bitcoindevkit/-network/-r-e-g-t-e-s-t/index.html +$dokka.location:org.bitcoindevkit/Network.SIGNET///PointingToDeclaration/bdk-android/org.bitcoindevkit/-network/-s-i-g-n-e-t/index.html +$dokka.location:org.bitcoindevkit/Network.TESTNET///PointingToDeclaration/bdk-android/org.bitcoindevkit/-network/-t-e-s-t-n-e-t/index.html +$dokka.location:org.bitcoindevkit/Network///PointingToDeclaration/bdk-android/org.bitcoindevkit/-network/index.html +$dokka.location:org.bitcoindevkit/PartiallySignedBitcoinTransaction///PointingToDeclaration/bdk-android/org.bitcoindevkit/-partially-signed-bitcoin-transaction/index.html +$dokka.location:org.bitcoindevkit/PartiallySignedBitcoinTransaction/PartiallySignedBitcoinTransaction/#com.sun.jna.Pointer/PointingToDeclaration/bdk-android/org.bitcoindevkit/-partially-signed-bitcoin-transaction/-partially-signed-bitcoin-transaction.html +$dokka.location:org.bitcoindevkit/PartiallySignedBitcoinTransaction/PartiallySignedBitcoinTransaction/#org.bitcoindevkit.Wallet#kotlin.String#kotlin.ULong#kotlin.Float?/PointingToDeclaration/bdk-android/org.bitcoindevkit/-partially-signed-bitcoin-transaction/-partially-signed-bitcoin-transaction.html +$dokka.location:org.bitcoindevkit/PartiallySignedBitcoinTransaction/serialize/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-partially-signed-bitcoin-transaction/serialize.html +$dokka.location:org.bitcoindevkit/PartiallySignedBitcoinTransactionInterface///PointingToDeclaration/bdk-android/org.bitcoindevkit/-partially-signed-bitcoin-transaction-interface/index.html +$dokka.location:org.bitcoindevkit/PartiallySignedBitcoinTransactionInterface/serialize/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-partially-signed-bitcoin-transaction-interface/serialize.html +$dokka.location:org.bitcoindevkit/SledDbConfiguration.Companion///PointingToDeclaration/bdk-android/org.bitcoindevkit/-sled-db-configuration/-companion/index.html +$dokka.location:org.bitcoindevkit/SledDbConfiguration///PointingToDeclaration/bdk-android/org.bitcoindevkit/-sled-db-configuration/index.html +$dokka.location:org.bitcoindevkit/SledDbConfiguration/SledDbConfiguration/#kotlin.String#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-sled-db-configuration/-sled-db-configuration.html +$dokka.location:org.bitcoindevkit/SledDbConfiguration/path/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-sled-db-configuration/path.html +$dokka.location:org.bitcoindevkit/SledDbConfiguration/treeName/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-sled-db-configuration/tree-name.html +$dokka.location:org.bitcoindevkit/SqliteDbConfiguration.Companion///PointingToDeclaration/bdk-android/org.bitcoindevkit/-sqlite-db-configuration/-companion/index.html +$dokka.location:org.bitcoindevkit/SqliteDbConfiguration///PointingToDeclaration/bdk-android/org.bitcoindevkit/-sqlite-db-configuration/index.html +$dokka.location:org.bitcoindevkit/SqliteDbConfiguration/SqliteDbConfiguration/#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-sqlite-db-configuration/-sqlite-db-configuration.html +$dokka.location:org.bitcoindevkit/SqliteDbConfiguration/path/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-sqlite-db-configuration/path.html +$dokka.location:org.bitcoindevkit/Transaction.Confirmed///PointingToDeclaration/bdk-android/org.bitcoindevkit/-transaction/-confirmed/index.html +$dokka.location:org.bitcoindevkit/Transaction.Confirmed/Confirmed/#org.bitcoindevkit.TransactionDetails#org.bitcoindevkit.BlockTime/PointingToDeclaration/bdk-android/org.bitcoindevkit/-transaction/-confirmed/-confirmed.html +$dokka.location:org.bitcoindevkit/Transaction.Confirmed/confirmation/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-transaction/-confirmed/confirmation.html +$dokka.location:org.bitcoindevkit/Transaction.Confirmed/details/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-transaction/-confirmed/details.html +$dokka.location:org.bitcoindevkit/Transaction.Unconfirmed///PointingToDeclaration/bdk-android/org.bitcoindevkit/-transaction/-unconfirmed/index.html +$dokka.location:org.bitcoindevkit/Transaction.Unconfirmed/Unconfirmed/#org.bitcoindevkit.TransactionDetails/PointingToDeclaration/bdk-android/org.bitcoindevkit/-transaction/-unconfirmed/-unconfirmed.html +$dokka.location:org.bitcoindevkit/Transaction.Unconfirmed/details/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-transaction/-unconfirmed/details.html +$dokka.location:org.bitcoindevkit/Transaction///PointingToDeclaration/bdk-android/org.bitcoindevkit/-transaction/index.html +$dokka.location:org.bitcoindevkit/TransactionDetails.Companion///PointingToDeclaration/bdk-android/org.bitcoindevkit/-transaction-details/-companion/index.html +$dokka.location:org.bitcoindevkit/TransactionDetails///PointingToDeclaration/bdk-android/org.bitcoindevkit/-transaction-details/index.html +$dokka.location:org.bitcoindevkit/TransactionDetails/TransactionDetails/#kotlin.ULong?#kotlin.ULong#kotlin.ULong#kotlin.String/PointingToDeclaration/bdk-android/org.bitcoindevkit/-transaction-details/-transaction-details.html +$dokka.location:org.bitcoindevkit/TransactionDetails/fees/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-transaction-details/fees.html +$dokka.location:org.bitcoindevkit/TransactionDetails/received/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-transaction-details/received.html +$dokka.location:org.bitcoindevkit/TransactionDetails/sent/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-transaction-details/sent.html +$dokka.location:org.bitcoindevkit/TransactionDetails/txid/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-transaction-details/txid.html +$dokka.location:org.bitcoindevkit/Wallet.Companion///PointingToDeclaration/bdk-android/org.bitcoindevkit/-wallet/-companion/index.html +$dokka.location:org.bitcoindevkit/Wallet///PointingToDeclaration/bdk-android/org.bitcoindevkit/-wallet/index.html +$dokka.location:org.bitcoindevkit/Wallet/Wallet/#com.sun.jna.Pointer/PointingToDeclaration/bdk-android/org.bitcoindevkit/-wallet/-wallet.html +$dokka.location:org.bitcoindevkit/Wallet/Wallet/#kotlin.String#kotlin.String?#org.bitcoindevkit.Network#org.bitcoindevkit.DatabaseConfig#org.bitcoindevkit.BlockchainConfig/PointingToDeclaration/bdk-android/org.bitcoindevkit/-wallet/-wallet.html +$dokka.location:org.bitcoindevkit/Wallet/broadcast/#org.bitcoindevkit.PartiallySignedBitcoinTransaction/PointingToDeclaration/bdk-android/org.bitcoindevkit/-wallet/broadcast.html +$dokka.location:org.bitcoindevkit/Wallet/getBalance/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-wallet/get-balance.html +$dokka.location:org.bitcoindevkit/Wallet/getLastUnusedAddress/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-wallet/get-last-unused-address.html +$dokka.location:org.bitcoindevkit/Wallet/getNetwork/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-wallet/get-network.html +$dokka.location:org.bitcoindevkit/Wallet/getNewAddress/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-wallet/get-new-address.html +$dokka.location:org.bitcoindevkit/Wallet/getTransactions/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-wallet/get-transactions.html +$dokka.location:org.bitcoindevkit/Wallet/sign/#org.bitcoindevkit.PartiallySignedBitcoinTransaction/PointingToDeclaration/bdk-android/org.bitcoindevkit/-wallet/sign.html +$dokka.location:org.bitcoindevkit/Wallet/sync/#org.bitcoindevkit.BdkProgress#kotlin.UInt?/PointingToDeclaration/bdk-android/org.bitcoindevkit/-wallet/sync.html +$dokka.location:org.bitcoindevkit/WalletInterface///PointingToDeclaration/bdk-android/org.bitcoindevkit/-wallet-interface/index.html +$dokka.location:org.bitcoindevkit/WalletInterface/broadcast/#org.bitcoindevkit.PartiallySignedBitcoinTransaction/PointingToDeclaration/bdk-android/org.bitcoindevkit/-wallet-interface/broadcast.html +$dokka.location:org.bitcoindevkit/WalletInterface/getBalance/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-wallet-interface/get-balance.html +$dokka.location:org.bitcoindevkit/WalletInterface/getLastUnusedAddress/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-wallet-interface/get-last-unused-address.html +$dokka.location:org.bitcoindevkit/WalletInterface/getNetwork/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-wallet-interface/get-network.html +$dokka.location:org.bitcoindevkit/WalletInterface/getNewAddress/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-wallet-interface/get-new-address.html +$dokka.location:org.bitcoindevkit/WalletInterface/getTransactions/#/PointingToDeclaration/bdk-android/org.bitcoindevkit/-wallet-interface/get-transactions.html +$dokka.location:org.bitcoindevkit/WalletInterface/sign/#org.bitcoindevkit.PartiallySignedBitcoinTransaction/PointingToDeclaration/bdk-android/org.bitcoindevkit/-wallet-interface/sign.html +$dokka.location:org.bitcoindevkit/WalletInterface/sync/#org.bitcoindevkit.BdkProgress#kotlin.UInt?/PointingToDeclaration/bdk-android/org.bitcoindevkit/-wallet-interface/sync.html +$dokka.location:org.bitcoindevkit/WordCount.WORDS12///PointingToDeclaration/bdk-android/org.bitcoindevkit/-word-count/-w-o-r-d-s12/index.html +$dokka.location:org.bitcoindevkit/WordCount.WORDS15///PointingToDeclaration/bdk-android/org.bitcoindevkit/-word-count/-w-o-r-d-s15/index.html +$dokka.location:org.bitcoindevkit/WordCount.WORDS18///PointingToDeclaration/bdk-android/org.bitcoindevkit/-word-count/-w-o-r-d-s18/index.html +$dokka.location:org.bitcoindevkit/WordCount.WORDS21///PointingToDeclaration/bdk-android/org.bitcoindevkit/-word-count/-w-o-r-d-s21/index.html +$dokka.location:org.bitcoindevkit/WordCount.WORDS24///PointingToDeclaration/bdk-android/org.bitcoindevkit/-word-count/-w-o-r-d-s24/index.html +$dokka.location:org.bitcoindevkit/WordCount///PointingToDeclaration/bdk-android/org.bitcoindevkit/-word-count/index.html +org.bitcoindevkit + diff --git a/docs/.vuepress/public/bdk-android/images/anchor-copy-button.svg b/docs/.vuepress/public/bdk-android/images/anchor-copy-button.svg new file mode 100644 index 0000000000..bab9d747ff --- /dev/null +++ b/docs/.vuepress/public/bdk-android/images/anchor-copy-button.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/docs/.vuepress/public/bdk-android/images/arrow_down.svg b/docs/.vuepress/public/bdk-android/images/arrow_down.svg new file mode 100644 index 0000000000..c0388dee2c --- /dev/null +++ b/docs/.vuepress/public/bdk-android/images/arrow_down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/docs/.vuepress/public/bdk-android/images/copy-icon.svg b/docs/.vuepress/public/bdk-android/images/copy-icon.svg new file mode 100644 index 0000000000..61440f0a40 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/images/copy-icon.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/docs/.vuepress/public/bdk-android/images/copy-successful-icon.svg b/docs/.vuepress/public/bdk-android/images/copy-successful-icon.svg new file mode 100644 index 0000000000..1865f739b0 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/images/copy-successful-icon.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/docs/.vuepress/public/bdk-android/images/footer-go-to-link.svg b/docs/.vuepress/public/bdk-android/images/footer-go-to-link.svg new file mode 100644 index 0000000000..0137e22313 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/images/footer-go-to-link.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/docs/.vuepress/public/bdk-android/images/go-to-top-icon.svg b/docs/.vuepress/public/bdk-android/images/go-to-top-icon.svg new file mode 100644 index 0000000000..d987f3eadc --- /dev/null +++ b/docs/.vuepress/public/bdk-android/images/go-to-top-icon.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/docs/.vuepress/public/bdk-android/images/logo-icon.svg b/docs/.vuepress/public/bdk-android/images/logo-icon.svg new file mode 100644 index 0000000000..1fea08773f --- /dev/null +++ b/docs/.vuepress/public/bdk-android/images/logo-icon.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/docs/.vuepress/public/bdk-android/images/theme-toggle.svg b/docs/.vuepress/public/bdk-android/images/theme-toggle.svg new file mode 100644 index 0000000000..2a8d750ea9 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/images/theme-toggle.svg @@ -0,0 +1,4 @@ + + + \ No newline at end of file diff --git a/docs/.vuepress/public/bdk-android/index.html b/docs/.vuepress/public/bdk-android/index.html new file mode 100644 index 0000000000..5e2774a85a --- /dev/null +++ b/docs/.vuepress/public/bdk-android/index.html @@ -0,0 +1,53 @@ + + + + bdk-android + + + + +
+
+
+
+
+
+ +
+

bdk-android

+

The bitcoindevkit language bindings library for Android. Current version: 0.5.1.

+
+

Packages

+
+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-android/navigation.html b/docs/.vuepress/public/bdk-android/navigation.html new file mode 100644 index 0000000000..8d4dbd7c63 --- /dev/null +++ b/docs/.vuepress/public/bdk-android/navigation.html @@ -0,0 +1,100 @@ +
+ + +
+ diff --git a/docs/.vuepress/public/bdk-android/scripts/clipboard.js b/docs/.vuepress/public/bdk-android/scripts/clipboard.js new file mode 100644 index 0000000000..b00ce246ef --- /dev/null +++ b/docs/.vuepress/public/bdk-android/scripts/clipboard.js @@ -0,0 +1,52 @@ +window.addEventListener('load', () => { + document.querySelectorAll('span.copy-icon').forEach(element => { + element.addEventListener('click', (el) => copyElementsContentToClipboard(element)); + }) + + document.querySelectorAll('span.anchor-icon').forEach(element => { + element.addEventListener('click', (el) => { + if(element.hasAttribute('pointing-to')){ + const location = hrefWithoutCurrentlyUsedAnchor() + '#' + element.getAttribute('pointing-to') + copyTextToClipboard(element, location) + } + }); + }) +}) + +const copyElementsContentToClipboard = (element) => { + const selection = window.getSelection(); + const range = document.createRange(); + range.selectNodeContents(element.parentNode.parentNode); + selection.removeAllRanges(); + selection.addRange(range); + + copyAndShowPopup(element, () => selection.removeAllRanges()) +} + +const copyTextToClipboard = (element, text) => { + var textarea = document.createElement("textarea"); + textarea.textContent = text; + textarea.style.position = "fixed"; + document.body.appendChild(textarea); + textarea.select(); + + copyAndShowPopup(element, () => document.body.removeChild(textarea)) +} + +const copyAndShowPopup = (element, after) => { + try { + document.execCommand('copy'); + element.nextElementSibling.classList.add('active-popup'); + setTimeout(() => { + element.nextElementSibling.classList.remove('active-popup'); + }, 1200); + } catch (e) { + console.error('Failed to write to clipboard:', e) + } + finally { + if(after) after() + } +} + +const hrefWithoutCurrentlyUsedAnchor = () => window.location.href.split('#')[0] + diff --git a/docs/.vuepress/public/bdk-android/scripts/main.js b/docs/.vuepress/public/bdk-android/scripts/main.js new file mode 100644 index 0000000000..b3ee88c57d --- /dev/null +++ b/docs/.vuepress/public/bdk-android/scripts/main.js @@ -0,0 +1,44 @@ +(()=>{var e={8527:e=>{e.exports=''},5570:e=>{e.exports=''},107:e=>{e.exports=''},7224:e=>{e.exports=''},538:e=>{e.exports=''},1924:(e,n,t)=>{"use strict";var r=t(210),o=t(5559),i=o(r("String.prototype.indexOf"));e.exports=function(e,n){var t=r(e,!!n);return"function"==typeof t&&i(e,".prototype.")>-1?o(t):t}},5559:(e,n,t)=>{"use strict";var r=t(8612),o=t(210),i=o("%Function.prototype.apply%"),a=o("%Function.prototype.call%"),l=o("%Reflect.apply%",!0)||r.call(a,i),c=o("%Object.getOwnPropertyDescriptor%",!0),u=o("%Object.defineProperty%",!0),s=o("%Math.max%");if(u)try{u({},"a",{value:1})}catch(e){u=null}e.exports=function(e){var n=l(r,a,arguments);if(c&&u){var t=c(n,"length");t.configurable&&u(n,"length",{value:1+s(0,e.length-(arguments.length-1))})}return n};var f=function(){return l(r,i,arguments)};u?u(e.exports,"apply",{value:f}):e.exports.apply=f},4184:(e,n)=>{var t; +/*! + Copyright (c) 2018 Jed Watson. + Licensed under the MIT License (MIT), see + http://jedwatson.github.io/classnames +*/!function(){"use strict";var r={}.hasOwnProperty;function o(){for(var e=[],n=0;n{"use strict";e.exports=function(e,n){var t=this,r=t.constructor;return t.options=Object.assign({storeInstancesGlobally:!0},n||{}),t.callbacks={},t.directMap={},t.sequenceLevels={},t.resetTimer=null,t.ignoreNextKeyup=!1,t.ignoreNextKeypress=!1,t.nextExpectedAction=!1,t.element=e,t.addEvents(),t.options.storeInstancesGlobally&&r.instances.push(t),t},e.exports.prototype.bind=t(2207),e.exports.prototype.bindMultiple=t(3396),e.exports.prototype.unbind=t(9208),e.exports.prototype.trigger=t(9855),e.exports.prototype.reset=t(6214),e.exports.prototype.stopCallback=t(3450),e.exports.prototype.handleKey=t(3067),e.exports.prototype.addEvents=t(718),e.exports.prototype.bindSingle=t(8763),e.exports.prototype.getKeyInfo=t(5825),e.exports.prototype.pickBestAction=t(8608),e.exports.prototype.getReverseMap=t(3956),e.exports.prototype.getMatches=t(3373),e.exports.prototype.resetSequences=t(3346),e.exports.prototype.fireCallback=t(2684),e.exports.prototype.bindSequence=t(7103),e.exports.prototype.resetSequenceTimer=t(7309),e.exports.prototype.detach=t(7554),e.exports.instances=[],e.exports.reset=t(1822),e.exports.REVERSE_MAP=null},718:(e,n,t)=>{"use strict";e.exports=function(){var e=this,n=t(4323),r=e.element;e.eventHandler=t(9646).bind(e),n(r,"keypress",e.eventHandler),n(r,"keydown",e.eventHandler),n(r,"keyup",e.eventHandler)}},2207:e=>{"use strict";e.exports=function(e,n,t){return e=e instanceof Array?e:[e],this.bindMultiple(e,n,t),this}},3396:e=>{"use strict";e.exports=function(e,n,t){for(var r=0;r{"use strict";e.exports=function(e,n,r,o){var i=this;function a(n){return function(){i.nextExpectedAction=n,++i.sequenceLevels[e],i.resetSequenceTimer()}}function l(n){var a;i.fireCallback(r,n,e),"keyup"!==o&&(a=t(6770),i.ignoreNextKeyup=a(n)),setTimeout((function(){i.resetSequences()}),10)}i.sequenceLevels[e]=0;for(var c=0;c{"use strict";e.exports=function(e,n,t,r,o){var i=this;i.directMap[e+":"+t]=n;var a,l=(e=e.replace(/\s+/g," ")).split(" ");l.length>1?i.bindSequence(e,l,n,t):(a=i.getKeyInfo(e,t),i.callbacks[a.key]=i.callbacks[a.key]||[],i.getMatches(a.key,a.modifiers,{type:a.action},r,e,o),i.callbacks[a.key][r?"unshift":"push"]({callback:n,modifiers:a.modifiers,action:a.action,seq:r,level:o,combo:e}))}},7554:(e,n,t)=>{var r=t(4323).off;e.exports=function(){var e=this,n=e.element;r(n,"keypress",e.eventHandler),r(n,"keydown",e.eventHandler),r(n,"keyup",e.eventHandler)}},4323:e=>{function n(e,n,t,r){return!e.addEventListener&&(n="on"+n),(e.addEventListener||e.attachEvent).call(e,n,t,r),t}e.exports=n,e.exports.on=n,e.exports.off=function(e,n,t,r){return!e.removeEventListener&&(n="on"+n),(e.removeEventListener||e.detachEvent).call(e,n,t,r),t}},2684:(e,n,t)=>{"use strict";e.exports=function(e,n,r,o){this.stopCallback(n,n.target||n.srcElement,r,o)||!1===e(n,r)&&(t(1350)(n),t(6103)(n))}},5825:(e,n,t)=>{"use strict";e.exports=function(e,n){var r,o,i,a,l,c,u=[];for(r=t(4520)(e),a=t(7549),l=t(5355),c=t(8581),i=0;i{"use strict";e.exports=function(e,n,r,o,i,a){var l,c,u,s,f=this,p=[],d=r.type;"keypress"!==d||r.code&&"Arrow"===r.code.slice(0,5)||(f.callbacks["any-character"]||[]).forEach((function(e){p.push(e)}));if(!f.callbacks[e])return p;for(u=t(8581),"keyup"===d&&u(e)&&(n=[e]),l=0;l{"use strict";e.exports=function(){var e,n=this.constructor;if(!n.REVERSE_MAP)for(var r in n.REVERSE_MAP={},e=t(4766))r>95&&r<112||e.hasOwnProperty(r)&&(n.REVERSE_MAP[e[r]]=r);return n.REVERSE_MAP}},3067:(e,n,t)=>{"use strict";e.exports=function(e,n,r){var o,i,a,l,c=this,u={},s=0,f=!1;for(o=c.getMatches(e,n,r),i=0;i{"use strict";e.exports=function(e){var n,r=this;"number"!=typeof e.which&&(e.which=e.keyCode);var o=t(6770)(e);void 0!==o&&("keyup"!==e.type||r.ignoreNextKeyup!==o?(n=t(4610),r.handleKey(o,n(e),e)):r.ignoreNextKeyup=!1)}},5532:e=>{"use strict";e.exports=function(e,n){return e.sort().join(",")===n.sort().join(",")}},8608:e=>{"use strict";e.exports=function(e,n,t){return t||(t=this.getReverseMap()[e]?"keydown":"keypress"),"keypress"===t&&n.length&&(t="keydown"),t}},6214:e=>{"use strict";e.exports=function(){return this.callbacks={},this.directMap={},this}},7309:e=>{"use strict";e.exports=function(){var e=this;clearTimeout(e.resetTimer),e.resetTimer=setTimeout((function(){e.resetSequences()}),1e3)}},3346:e=>{"use strict";e.exports=function(e){var n=this;e=e||{};var t,r=!1;for(t in n.sequenceLevels)e[t]?r=!0:n.sequenceLevels[t]=0;r||(n.nextExpectedAction=!1)}},3450:e=>{"use strict";e.exports=function(e,n){if((" "+n.className+" ").indexOf(" combokeys ")>-1)return!1;var t=n.tagName.toLowerCase();return"input"===t||"select"===t||"textarea"===t||n.isContentEditable}},9855:e=>{"use strict";e.exports=function(e,n){return this.directMap[e+":"+n]&&this.directMap[e+":"+n]({},e),this}},9208:e=>{"use strict";e.exports=function(e,n){return this.bind(e,(function(){}),n)}},1822:e=>{"use strict";e.exports=function(){this.instances.forEach((function(e){e.reset()}))}},6770:(e,n,t)=>{"use strict";e.exports=function(e){var n,r;if(n=t(4766),r=t(5295),"keypress"===e.type){var o=String.fromCharCode(e.which);return e.shiftKey||(o=o.toLowerCase()),o}return void 0!==n[e.which]?n[e.which]:void 0!==r[e.which]?r[e.which]:String.fromCharCode(e.which).toLowerCase()}},4610:e=>{"use strict";e.exports=function(e){var n=[];return e.shiftKey&&n.push("shift"),e.altKey&&n.push("alt"),e.ctrlKey&&n.push("ctrl"),e.metaKey&&n.push("meta"),n}},8581:e=>{"use strict";e.exports=function(e){return"shift"===e||"ctrl"===e||"alt"===e||"meta"===e}},4520:e=>{"use strict";e.exports=function(e){return"+"===e?["+"]:e.split("+")}},1350:e=>{"use strict";e.exports=function(e){e.preventDefault?e.preventDefault():e.returnValue=!1}},5355:e=>{"use strict";e.exports={"~":"`","!":"1","@":"2","#":"3",$:"4","%":"5","^":"6","&":"7","*":"8","(":"9",")":"0",_:"-","+":"=",":":";",'"':"'","<":",",">":".","?":"/","|":"\\"}},7549:e=>{"use strict";e.exports={option:"alt",command:"meta",return:"enter",escape:"esc",mod:/Mac|iPod|iPhone|iPad/.test(navigator.platform)?"meta":"ctrl"}},5295:e=>{"use strict";e.exports={106:"*",107:"plus",109:"minus",110:".",111:"/",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'"}},4766:e=>{"use strict";e.exports={8:"backspace",9:"tab",13:"enter",16:"shift",17:"ctrl",18:"alt",20:"capslock",27:"esc",32:"space",33:"pageup",34:"pagedown",35:"end",36:"home",37:"left",38:"up",39:"right",40:"down",45:"ins",46:"del",91:"meta",93:"meta",173:"minus",187:"plus",189:"minus",224:"meta"};for(var n=1;n<20;++n)e.exports[111+n]="f"+n;for(n=0;n<=9;++n)e.exports[n+96]=n},6103:e=>{"use strict";e.exports=function(e){e.stopPropagation?e.stopPropagation():e.cancelBubble=!0}},3362:()=>{var e;!function(){var e=Math.PI,n=2*e,t=e/180,r=document.createElement("div");document.head.appendChild(r);var o=self.ConicGradient=function(e){o.all.push(this),e=e||{},this.canvas=document.createElement("canvas"),this.context=this.canvas.getContext("2d"),this.repeating=!!e.repeating,this.size=e.size||Math.max(innerWidth,innerHeight),this.canvas.width=this.canvas.height=this.size;var n=e.stops;this.stops=(n||"").split(/\s*,(?![^(]*\))\s*/),this.from=0;for(var t=0;t0){var i=this.stops[0].clone();i.pos=0,this.stops.unshift(i)}if(void 0===this.stops[this.stops.length-1].pos)this.stops[this.stops.length-1].pos=1;else if(!this.repeating&&this.stops[this.stops.length-1].pos<1){var a=this.stops[this.stops.length-1].clone();a.pos=1,this.stops.push(a)}if(this.stops.forEach((function(e,n){if(void 0===e.pos){for(var t=n+1;this[t];t++)if(void 0!==this[t].pos){e.pos=this[n-1].pos+(this[t].pos-this[n-1].pos)/(t-n+1);break}}else n>0&&(e.pos=Math.max(e.pos,this[n-1].pos))}),this.stops),this.repeating){var l=(n=this.stops.slice())[n.length-1].pos-n[0].pos;for(t=0;this.stops[this.stops.length-1].pos<1&&t<1e4;t++)for(var c=0;c'},get png(){return this.canvas.toDataURL()},get r(){return Math.sqrt(2)*this.size/2},paint:function(){var e,n,r,o=this.context,i=this.r,a=this.size/2,l=0,c=this.stops[l];o.translate(this.size/2,this.size/2),o.rotate(-90*t),o.rotate(this.from*t),o.translate(-this.size/2,-this.size/2);for(var u=0;u<360;){if(u/360+1e-5>=c.pos){do{e=c,l++,c=this.stops[l]}while(c&&c!=e&&c.pos===e.pos);if(!c)break;var s=e.color+""==c.color+""&&e!=c;n=e.color.map((function(e,n){return c.color[n]-e}))}r=(u/360-e.pos)/(c.pos-e.pos);var f=s?c.color:n.map((function(n,t){var o=n*r+e.color[t];return t<3?255&o:o}));if(o.fillStyle="rgba("+f.join(",")+")",o.beginPath(),o.moveTo(a,a),s)var p=360*(c.pos-e.pos);else p=.5;var d=u*t,h=(d=Math.min(360*t,d))+p*t;h=Math.min(360*t,h+.02),o.arc(a,a,i,d,h),o.closePath(),o.fill(),u+=p}}},o.ColorStop=function(e,t){if(this.gradient=e,t){var r=t.match(/^(.+?)(?:\s+([\d.]+)(%|deg|turn|grad|rad)?)?(?:\s+([\d.]+)(%|deg|turn|grad|rad)?)?\s*$/);if(this.color=o.ColorStop.colorToRGBA(r[1]),r[2]){var i=r[3];"%"==i||"0"===r[2]&&!i?this.pos=r[2]/100:"turn"==i?this.pos=+r[2]:"deg"==i?this.pos=r[2]/360:"grad"==i?this.pos=r[2]/400:"rad"==i&&(this.pos=r[2]/n)}r[4]&&(this.next=new o.ColorStop(e,r[1]+" "+r[4]+r[5]))}},o.ColorStop.prototype={clone:function(){var e=new o.ColorStop(this.gradient);return e.color=this.color,e.pos=this.pos,e},toString:function(){return"rgba("+this.color.join(", ")+") "+100*this.pos+"%"}},o.ColorStop.colorToRGBA=function(e){if(!Array.isArray(e)&&-1==e.indexOf("from")){r.style.color=e;var n=getComputedStyle(r).color.match(/rgba?\(([\d.]+), ([\d.]+), ([\d.]+)(?:, ([\d.]+))?\)/);return n&&(n.shift(),(n=n.map((function(e){return+e})))[3]=isNaN(n[3])?1:n[3]),n||[0,0,0,0]}return e}}(),self.StyleFix&&((e=document.createElement("p")).style.backgroundImage="conic-gradient(white, black)",e.style.backgroundImage=PrefixFree.prefix+"conic-gradient(white, black)",e.style.backgroundImage||StyleFix.register((function(e,n){return e.indexOf("conic-gradient")>-1&&(e=e.replace(/(?:repeating-)?conic-gradient\(\s*((?:\([^()]+\)|[^;()}])+?)\)/g,(function(e,n){return new ConicGradient({stops:n,repeating:e.indexOf("repeating-")>-1})}))),e})))},9662:(e,n,t)=>{var r=t(7854),o=t(614),i=t(6330),a=r.TypeError;e.exports=function(e){if(o(e))return e;throw a(i(e)+" is not a function")}},9483:(e,n,t)=>{var r=t(7854),o=t(4411),i=t(6330),a=r.TypeError;e.exports=function(e){if(o(e))return e;throw a(i(e)+" is not a constructor")}},6077:(e,n,t)=>{var r=t(7854),o=t(614),i=r.String,a=r.TypeError;e.exports=function(e){if("object"==typeof e||o(e))return e;throw a("Can't set "+i(e)+" as a prototype")}},1223:(e,n,t)=>{var r=t(5112),o=t(30),i=t(3070),a=r("unscopables"),l=Array.prototype;null==l[a]&&i.f(l,a,{configurable:!0,value:o(null)}),e.exports=function(e){l[a][e]=!0}},1530:(e,n,t)=>{"use strict";var r=t(8710).charAt;e.exports=function(e,n,t){return n+(t?r(e,n).length:1)}},5787:(e,n,t)=>{var r=t(7854),o=t(7976),i=r.TypeError;e.exports=function(e,n){if(o(n,e))return e;throw i("Incorrect invocation")}},9670:(e,n,t)=>{var r=t(7854),o=t(111),i=r.String,a=r.TypeError;e.exports=function(e){if(o(e))return e;throw a(i(e)+" is not an object")}},7556:(e,n,t)=>{var r=t(7293);e.exports=r((function(){if("function"==typeof ArrayBuffer){var e=new ArrayBuffer(8);Object.isExtensible(e)&&Object.defineProperty(e,"a",{value:8})}}))},8533:(e,n,t)=>{"use strict";var r=t(2092).forEach,o=t(9341)("forEach");e.exports=o?[].forEach:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}},8457:(e,n,t)=>{"use strict";var r=t(7854),o=t(9974),i=t(6916),a=t(7908),l=t(3411),c=t(7659),u=t(4411),s=t(6244),f=t(6135),p=t(8554),d=t(1246),h=r.Array;e.exports=function(e){var n=a(e),t=u(this),r=arguments.length,g=r>1?arguments[1]:void 0,v=void 0!==g;v&&(g=o(g,r>2?arguments[2]:void 0));var A,b,m,y,E,_,C=d(n),w=0;if(!C||this==h&&c(C))for(A=s(n),b=t?new this(A):h(A);A>w;w++)_=v?g(n[w],w):n[w],f(b,w,_);else for(E=(y=p(n,C)).next,b=t?new this:[];!(m=i(E,y)).done;w++)_=v?l(y,g,[m.value,w],!0):m.value,f(b,w,_);return b.length=w,b}},1318:(e,n,t)=>{var r=t(5656),o=t(1400),i=t(6244),a=function(e){return function(n,t,a){var l,c=r(n),u=i(c),s=o(a,u);if(e&&t!=t){for(;u>s;)if((l=c[s++])!=l)return!0}else for(;u>s;s++)if((e||s in c)&&c[s]===t)return e||s||0;return!e&&-1}};e.exports={includes:a(!0),indexOf:a(!1)}},2092:(e,n,t)=>{var r=t(9974),o=t(1702),i=t(8361),a=t(7908),l=t(6244),c=t(5417),u=o([].push),s=function(e){var n=1==e,t=2==e,o=3==e,s=4==e,f=6==e,p=7==e,d=5==e||f;return function(h,g,v,A){for(var b,m,y=a(h),E=i(y),_=r(g,v),C=l(E),w=0,x=A||c,k=n?x(h,C):t||p?x(h,0):void 0;C>w;w++)if((d||w in E)&&(m=_(b=E[w],w,y),e))if(n)k[w]=m;else if(m)switch(e){case 3:return!0;case 5:return b;case 6:return w;case 2:u(k,b)}else switch(e){case 4:return!1;case 7:u(k,b)}return f?-1:o||s?s:k}};e.exports={forEach:s(0),map:s(1),filter:s(2),some:s(3),every:s(4),find:s(5),findIndex:s(6),filterReject:s(7)}},1194:(e,n,t)=>{var r=t(7293),o=t(5112),i=t(7392),a=o("species");e.exports=function(e){return i>=51||!r((function(){var n=[];return(n.constructor={})[a]=function(){return{foo:1}},1!==n[e](Boolean).foo}))}},9341:(e,n,t)=>{"use strict";var r=t(7293);e.exports=function(e,n){var t=[][e];return!!t&&r((function(){t.call(null,n||function(){throw 1},1)}))}},3671:(e,n,t)=>{var r=t(7854),o=t(9662),i=t(7908),a=t(8361),l=t(6244),c=r.TypeError,u=function(e){return function(n,t,r,u){o(t);var s=i(n),f=a(s),p=l(s),d=e?p-1:0,h=e?-1:1;if(r<2)for(;;){if(d in f){u=f[d],d+=h;break}if(d+=h,e?d<0:p<=d)throw c("Reduce of empty array with no initial value")}for(;e?d>=0:p>d;d+=h)d in f&&(u=t(u,f[d],d,s));return u}};e.exports={left:u(!1),right:u(!0)}},206:(e,n,t)=>{var r=t(1702);e.exports=r([].slice)},4362:(e,n,t)=>{var r=t(206),o=Math.floor,i=function(e,n){var t=e.length,c=o(t/2);return t<8?a(e,n):l(e,i(r(e,0,c),n),i(r(e,c),n),n)},a=function(e,n){for(var t,r,o=e.length,i=1;i0;)e[r]=e[--r];r!==i++&&(e[r]=t)}return e},l=function(e,n,t,r){for(var o=n.length,i=t.length,a=0,l=0;a{var r=t(7854),o=t(3157),i=t(4411),a=t(111),l=t(5112)("species"),c=r.Array;e.exports=function(e){var n;return o(e)&&(n=e.constructor,(i(n)&&(n===c||o(n.prototype))||a(n)&&null===(n=n[l]))&&(n=void 0)),void 0===n?c:n}},5417:(e,n,t)=>{var r=t(7475);e.exports=function(e,n){return new(r(e))(0===n?0:n)}},3411:(e,n,t)=>{var r=t(9670),o=t(9212);e.exports=function(e,n,t,i){try{return i?n(r(t)[0],t[1]):n(t)}catch(n){o(e,"throw",n)}}},7072:(e,n,t)=>{var r=t(5112)("iterator"),o=!1;try{var i=0,a={next:function(){return{done:!!i++}},return:function(){o=!0}};a[r]=function(){return this},Array.from(a,(function(){throw 2}))}catch(e){}e.exports=function(e,n){if(!n&&!o)return!1;var t=!1;try{var i={};i[r]=function(){return{next:function(){return{done:t=!0}}}},e(i)}catch(e){}return t}},4326:(e,n,t)=>{var r=t(1702),o=r({}.toString),i=r("".slice);e.exports=function(e){return i(o(e),8,-1)}},648:(e,n,t)=>{var r=t(7854),o=t(1694),i=t(614),a=t(4326),l=t(5112)("toStringTag"),c=r.Object,u="Arguments"==a(function(){return arguments}());e.exports=o?a:function(e){var n,t,r;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(t=function(e,n){try{return e[n]}catch(e){}}(n=c(e),l))?t:u?a(n):"Object"==(r=a(n))&&i(n.callee)?"Arguments":r}},5631:(e,n,t)=>{"use strict";var r=t(3070).f,o=t(30),i=t(2248),a=t(9974),l=t(5787),c=t(408),u=t(654),s=t(6340),f=t(9781),p=t(2423).fastKey,d=t(9909),h=d.set,g=d.getterFor;e.exports={getConstructor:function(e,n,t,u){var s=e((function(e,r){l(e,d),h(e,{type:n,index:o(null),first:void 0,last:void 0,size:0}),f||(e.size=0),null!=r&&c(r,e[u],{that:e,AS_ENTRIES:t})})),d=s.prototype,v=g(n),A=function(e,n,t){var r,o,i=v(e),a=b(e,n);return a?a.value=t:(i.last=a={index:o=p(n,!0),key:n,value:t,previous:r=i.last,next:void 0,removed:!1},i.first||(i.first=a),r&&(r.next=a),f?i.size++:e.size++,"F"!==o&&(i.index[o]=a)),e},b=function(e,n){var t,r=v(e),o=p(n);if("F"!==o)return r.index[o];for(t=r.first;t;t=t.next)if(t.key==n)return t};return i(d,{clear:function(){for(var e=v(this),n=e.index,t=e.first;t;)t.removed=!0,t.previous&&(t.previous=t.previous.next=void 0),delete n[t.index],t=t.next;e.first=e.last=void 0,f?e.size=0:this.size=0},delete:function(e){var n=this,t=v(n),r=b(n,e);if(r){var o=r.next,i=r.previous;delete t.index[r.index],r.removed=!0,i&&(i.next=o),o&&(o.previous=i),t.first==r&&(t.first=o),t.last==r&&(t.last=i),f?t.size--:n.size--}return!!r},forEach:function(e){for(var n,t=v(this),r=a(e,arguments.length>1?arguments[1]:void 0);n=n?n.next:t.first;)for(r(n.value,n.key,this);n&&n.removed;)n=n.previous},has:function(e){return!!b(this,e)}}),i(d,t?{get:function(e){var n=b(this,e);return n&&n.value},set:function(e,n){return A(this,0===e?0:e,n)}}:{add:function(e){return A(this,e=0===e?0:e,e)}}),f&&r(d,"size",{get:function(){return v(this).size}}),s},setStrong:function(e,n,t){var r=n+" Iterator",o=g(n),i=g(r);u(e,n,(function(e,n){h(this,{type:r,target:e,state:o(e),kind:n,last:void 0})}),(function(){for(var e=i(this),n=e.kind,t=e.last;t&&t.removed;)t=t.previous;return e.target&&(e.last=t=t?t.next:e.state.first)?"keys"==n?{value:t.key,done:!1}:"values"==n?{value:t.value,done:!1}:{value:[t.key,t.value],done:!1}:(e.target=void 0,{value:void 0,done:!0})}),t?"entries":"values",!t,!0),s(n)}}},9320:(e,n,t)=>{"use strict";var r=t(1702),o=t(2248),i=t(2423).getWeakData,a=t(9670),l=t(111),c=t(5787),u=t(408),s=t(2092),f=t(2597),p=t(9909),d=p.set,h=p.getterFor,g=s.find,v=s.findIndex,A=r([].splice),b=0,m=function(e){return e.frozen||(e.frozen=new y)},y=function(){this.entries=[]},E=function(e,n){return g(e.entries,(function(e){return e[0]===n}))};y.prototype={get:function(e){var n=E(this,e);if(n)return n[1]},has:function(e){return!!E(this,e)},set:function(e,n){var t=E(this,e);t?t[1]=n:this.entries.push([e,n])},delete:function(e){var n=v(this.entries,(function(n){return n[0]===e}));return~n&&A(this.entries,n,1),!!~n}},e.exports={getConstructor:function(e,n,t,r){var s=e((function(e,o){c(e,p),d(e,{type:n,id:b++,frozen:void 0}),null!=o&&u(o,e[r],{that:e,AS_ENTRIES:t})})),p=s.prototype,g=h(n),v=function(e,n,t){var r=g(e),o=i(a(n),!0);return!0===o?m(r).set(n,t):o[r.id]=t,e};return o(p,{delete:function(e){var n=g(this);if(!l(e))return!1;var t=i(e);return!0===t?m(n).delete(e):t&&f(t,n.id)&&delete t[n.id]},has:function(e){var n=g(this);if(!l(e))return!1;var t=i(e);return!0===t?m(n).has(e):t&&f(t,n.id)}}),o(p,t?{get:function(e){var n=g(this);if(l(e)){var t=i(e);return!0===t?m(n).get(e):t?t[n.id]:void 0}},set:function(e,n){return v(this,e,n)}}:{add:function(e){return v(this,e,!0)}}),s}}},7710:(e,n,t)=>{"use strict";var r=t(2109),o=t(7854),i=t(1702),a=t(4705),l=t(1320),c=t(2423),u=t(408),s=t(5787),f=t(614),p=t(111),d=t(7293),h=t(7072),g=t(8003),v=t(9587);e.exports=function(e,n,t){var A=-1!==e.indexOf("Map"),b=-1!==e.indexOf("Weak"),m=A?"set":"add",y=o[e],E=y&&y.prototype,_=y,C={},w=function(e){var n=i(E[e]);l(E,e,"add"==e?function(e){return n(this,0===e?0:e),this}:"delete"==e?function(e){return!(b&&!p(e))&&n(this,0===e?0:e)}:"get"==e?function(e){return b&&!p(e)?void 0:n(this,0===e?0:e)}:"has"==e?function(e){return!(b&&!p(e))&&n(this,0===e?0:e)}:function(e,t){return n(this,0===e?0:e,t),this})};if(a(e,!f(y)||!(b||E.forEach&&!d((function(){(new y).entries().next()})))))_=t.getConstructor(n,e,A,m),c.enable();else if(a(e,!0)){var x=new _,k=x[m](b?{}:-0,1)!=x,S=d((function(){x.has(1)})),O=h((function(e){new y(e)})),B=!b&&d((function(){for(var e=new y,n=5;n--;)e[m](n,n);return!e.has(-0)}));O||((_=n((function(e,n){s(e,E);var t=v(new y,e,_);return null!=n&&u(n,t[m],{that:t,AS_ENTRIES:A}),t}))).prototype=E,E.constructor=_),(S||B)&&(w("delete"),w("has"),A&&w("get")),(B||k)&&w(m),b&&E.clear&&delete E.clear}return C[e]=_,r({global:!0,forced:_!=y},C),g(_,e),b||t.setStrong(_,e,A),_}},9920:(e,n,t)=>{var r=t(2597),o=t(3887),i=t(1236),a=t(3070);e.exports=function(e,n){for(var t=o(n),l=a.f,c=i.f,u=0;u{var r=t(5112)("match");e.exports=function(e){var n=/./;try{"/./"[e](n)}catch(t){try{return n[r]=!1,"/./"[e](n)}catch(e){}}return!1}},8544:(e,n,t)=>{var r=t(7293);e.exports=!r((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))},4230:(e,n,t)=>{var r=t(1702),o=t(4488),i=t(1340),a=/"/g,l=r("".replace);e.exports=function(e,n,t,r){var c=i(o(e)),u="<"+n;return""!==t&&(u+=" "+t+'="'+l(i(r),a,""")+'"'),u+">"+c+""}},4994:(e,n,t)=>{"use strict";var r=t(3383).IteratorPrototype,o=t(30),i=t(9114),a=t(8003),l=t(7497),c=function(){return this};e.exports=function(e,n,t){var u=n+" Iterator";return e.prototype=o(r,{next:i(1,t)}),a(e,u,!1,!0),l[u]=c,e}},8880:(e,n,t)=>{var r=t(9781),o=t(3070),i=t(9114);e.exports=r?function(e,n,t){return o.f(e,n,i(1,t))}:function(e,n,t){return e[n]=t,e}},9114:e=>{e.exports=function(e,n){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:n}}},6135:(e,n,t)=>{"use strict";var r=t(4948),o=t(3070),i=t(9114);e.exports=function(e,n,t){var a=r(n);a in e?o.f(e,a,i(0,t)):e[a]=t}},8709:(e,n,t)=>{"use strict";var r=t(7854),o=t(9670),i=t(2140),a=r.TypeError;e.exports=function(e){if(o(this),"string"===e||"default"===e)e="string";else if("number"!==e)throw a("Incorrect hint");return i(this,e)}},654:(e,n,t)=>{"use strict";var r=t(2109),o=t(6916),i=t(1913),a=t(6530),l=t(614),c=t(4994),u=t(9518),s=t(7674),f=t(8003),p=t(8880),d=t(1320),h=t(5112),g=t(7497),v=t(3383),A=a.PROPER,b=a.CONFIGURABLE,m=v.IteratorPrototype,y=v.BUGGY_SAFARI_ITERATORS,E=h("iterator"),_="keys",C="values",w="entries",x=function(){return this};e.exports=function(e,n,t,a,h,v,k){c(t,n,a);var S,O,B,I=function(e){if(e===h&&R)return R;if(!y&&e in j)return j[e];switch(e){case _:case C:case w:return function(){return new t(this,e)}}return function(){return new t(this)}},T=n+" Iterator",P=!1,j=e.prototype,z=j[E]||j["@@iterator"]||h&&j[h],R=!y&&z||I(h),M="Array"==n&&j.entries||z;if(M&&(S=u(M.call(new e)))!==Object.prototype&&S.next&&(i||u(S)===m||(s?s(S,m):l(S[E])||d(S,E,x)),f(S,T,!0,!0),i&&(g[T]=x)),A&&h==C&&z&&z.name!==C&&(!i&&b?p(j,"name",C):(P=!0,R=function(){return o(z,this)})),h)if(O={values:I(C),keys:v?R:I(_),entries:I(w)},k)for(B in O)(y||P||!(B in j))&&d(j,B,O[B]);else r({target:n,proto:!0,forced:y||P},O);return i&&!k||j[E]===R||d(j,E,R,{name:h}),g[n]=R,O}},7235:(e,n,t)=>{var r=t(857),o=t(2597),i=t(6061),a=t(3070).f;e.exports=function(e){var n=r.Symbol||(r.Symbol={});o(n,e)||a(n,e,{value:i.f(e)})}},9781:(e,n,t)=>{var r=t(7293);e.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},317:(e,n,t)=>{var r=t(7854),o=t(111),i=r.document,a=o(i)&&o(i.createElement);e.exports=function(e){return a?i.createElement(e):{}}},8324:e=>{e.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},8509:(e,n,t)=>{var r=t(317)("span").classList,o=r&&r.constructor&&r.constructor.prototype;e.exports=o===Object.prototype?void 0:o},8886:(e,n,t)=>{var r=t(8113).match(/firefox\/(\d+)/i);e.exports=!!r&&+r[1]},256:(e,n,t)=>{var r=t(8113);e.exports=/MSIE|Trident/.test(r)},5268:(e,n,t)=>{var r=t(4326),o=t(7854);e.exports="process"==r(o.process)},8113:(e,n,t)=>{var r=t(5005);e.exports=r("navigator","userAgent")||""},7392:(e,n,t)=>{var r,o,i=t(7854),a=t(8113),l=i.process,c=i.Deno,u=l&&l.versions||c&&c.version,s=u&&u.v8;s&&(o=(r=s.split("."))[0]>0&&r[0]<4?1:+(r[0]+r[1])),!o&&a&&(!(r=a.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=a.match(/Chrome\/(\d+)/))&&(o=+r[1]),e.exports=o},8008:(e,n,t)=>{var r=t(8113).match(/AppleWebKit\/(\d+)\./);e.exports=!!r&&+r[1]},748:e=>{e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},2109:(e,n,t)=>{var r=t(7854),o=t(1236).f,i=t(8880),a=t(1320),l=t(3505),c=t(9920),u=t(4705);e.exports=function(e,n){var t,s,f,p,d,h=e.target,g=e.global,v=e.stat;if(t=g?r:v?r[h]||l(h,{}):(r[h]||{}).prototype)for(s in n){if(p=n[s],f=e.noTargetGet?(d=o(t,s))&&d.value:t[s],!u(g?s:h+(v?".":"#")+s,e.forced)&&void 0!==f){if(typeof p==typeof f)continue;c(p,f)}(e.sham||f&&f.sham)&&i(p,"sham",!0),a(t,s,p,e)}}},7293:e=>{e.exports=function(e){try{return!!e()}catch(e){return!0}}},7007:(e,n,t)=>{"use strict";t(4916);var r=t(1702),o=t(1320),i=t(2261),a=t(7293),l=t(5112),c=t(8880),u=l("species"),s=RegExp.prototype;e.exports=function(e,n,t,f){var p=l(e),d=!a((function(){var n={};return n[p]=function(){return 7},7!=""[e](n)})),h=d&&!a((function(){var n=!1,t=/a/;return"split"===e&&((t={}).constructor={},t.constructor[u]=function(){return t},t.flags="",t[p]=/./[p]),t.exec=function(){return n=!0,null},t[p](""),!n}));if(!d||!h||t){var g=r(/./[p]),v=n(p,""[e],(function(e,n,t,o,a){var l=r(e),c=n.exec;return c===i||c===s.exec?d&&!a?{done:!0,value:g(n,t,o)}:{done:!0,value:l(t,n,o)}:{done:!1}}));o(String.prototype,e,v[0]),o(s,p,v[1])}f&&c(s[p],"sham",!0)}},6677:(e,n,t)=>{var r=t(7293);e.exports=!r((function(){return Object.isExtensible(Object.preventExtensions({}))}))},2104:e=>{var n=Function.prototype,t=n.apply,r=n.bind,o=n.call;e.exports="object"==typeof Reflect&&Reflect.apply||(r?o.bind(t):function(){return o.apply(t,arguments)})},9974:(e,n,t)=>{var r=t(1702),o=t(9662),i=r(r.bind);e.exports=function(e,n){return o(e),void 0===n?e:i?i(e,n):function(){return e.apply(n,arguments)}}},7065:(e,n,t)=>{"use strict";var r=t(7854),o=t(1702),i=t(9662),a=t(111),l=t(2597),c=t(206),u=r.Function,s=o([].concat),f=o([].join),p={},d=function(e,n,t){if(!l(p,n)){for(var r=[],o=0;o{var n=Function.prototype.call;e.exports=n.bind?n.bind(n):function(){return n.apply(n,arguments)}},6530:(e,n,t)=>{var r=t(9781),o=t(2597),i=Function.prototype,a=r&&Object.getOwnPropertyDescriptor,l=o(i,"name"),c=l&&"something"===function(){}.name,u=l&&(!r||r&&a(i,"name").configurable);e.exports={EXISTS:l,PROPER:c,CONFIGURABLE:u}},1702:e=>{var n=Function.prototype,t=n.bind,r=n.call,o=t&&t.bind(r);e.exports=t?function(e){return e&&o(r,e)}:function(e){return e&&function(){return r.apply(e,arguments)}}},5005:(e,n,t)=>{var r=t(7854),o=t(614),i=function(e){return o(e)?e:void 0};e.exports=function(e,n){return arguments.length<2?i(r[e]):r[e]&&r[e][n]}},1246:(e,n,t)=>{var r=t(648),o=t(8173),i=t(7497),a=t(5112)("iterator");e.exports=function(e){if(null!=e)return o(e,a)||o(e,"@@iterator")||i[r(e)]}},8554:(e,n,t)=>{var r=t(7854),o=t(6916),i=t(9662),a=t(9670),l=t(6330),c=t(1246),u=r.TypeError;e.exports=function(e,n){var t=arguments.length<2?c(e):n;if(i(t))return a(o(t,e));throw u(l(e)+" is not iterable")}},8173:(e,n,t)=>{var r=t(9662);e.exports=function(e,n){var t=e[n];return null==t?void 0:r(t)}},647:(e,n,t)=>{var r=t(1702),o=t(7908),i=Math.floor,a=r("".charAt),l=r("".replace),c=r("".slice),u=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,s=/\$([$&'`]|\d{1,2})/g;e.exports=function(e,n,t,r,f,p){var d=t+e.length,h=r.length,g=s;return void 0!==f&&(f=o(f),g=u),l(p,g,(function(o,l){var u;switch(a(l,0)){case"$":return"$";case"&":return e;case"`":return c(n,0,t);case"'":return c(n,d);case"<":u=f[c(l,1,-1)];break;default:var s=+l;if(0===s)return o;if(s>h){var p=i(s/10);return 0===p?o:p<=h?void 0===r[p-1]?a(l,1):r[p-1]+a(l,1):o}u=r[s-1]}return void 0===u?"":u}))}},7854:(e,n,t)=>{var r=function(e){return e&&e.Math==Math&&e};e.exports=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof t.g&&t.g)||function(){return this}()||Function("return this")()},2597:(e,n,t)=>{var r=t(1702),o=t(7908),i=r({}.hasOwnProperty);e.exports=Object.hasOwn||function(e,n){return i(o(e),n)}},3501:e=>{e.exports={}},490:(e,n,t)=>{var r=t(5005);e.exports=r("document","documentElement")},4664:(e,n,t)=>{var r=t(9781),o=t(7293),i=t(317);e.exports=!r&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},8361:(e,n,t)=>{var r=t(7854),o=t(1702),i=t(7293),a=t(4326),l=r.Object,c=o("".split);e.exports=i((function(){return!l("z").propertyIsEnumerable(0)}))?function(e){return"String"==a(e)?c(e,""):l(e)}:l},9587:(e,n,t)=>{var r=t(614),o=t(111),i=t(7674);e.exports=function(e,n,t){var a,l;return i&&r(a=n.constructor)&&a!==t&&o(l=a.prototype)&&l!==t.prototype&&i(e,l),e}},2788:(e,n,t)=>{var r=t(1702),o=t(614),i=t(5465),a=r(Function.toString);o(i.inspectSource)||(i.inspectSource=function(e){return a(e)}),e.exports=i.inspectSource},2423:(e,n,t)=>{var r=t(2109),o=t(1702),i=t(3501),a=t(111),l=t(2597),c=t(3070).f,u=t(8006),s=t(1156),f=t(2050),p=t(9711),d=t(6677),h=!1,g=p("meta"),v=0,A=function(e){c(e,g,{value:{objectID:"O"+v++,weakData:{}}})},b=e.exports={enable:function(){b.enable=function(){},h=!0;var e=u.f,n=o([].splice),t={};t[g]=1,e(t).length&&(u.f=function(t){for(var r=e(t),o=0,i=r.length;o{var r,o,i,a=t(8536),l=t(7854),c=t(1702),u=t(111),s=t(8880),f=t(2597),p=t(5465),d=t(6200),h=t(3501),g="Object already initialized",v=l.TypeError,A=l.WeakMap;if(a||p.state){var b=p.state||(p.state=new A),m=c(b.get),y=c(b.has),E=c(b.set);r=function(e,n){if(y(b,e))throw new v(g);return n.facade=e,E(b,e,n),n},o=function(e){return m(b,e)||{}},i=function(e){return y(b,e)}}else{var _=d("state");h[_]=!0,r=function(e,n){if(f(e,_))throw new v(g);return n.facade=e,s(e,_,n),n},o=function(e){return f(e,_)?e[_]:{}},i=function(e){return f(e,_)}}e.exports={set:r,get:o,has:i,enforce:function(e){return i(e)?o(e):r(e,{})},getterFor:function(e){return function(n){var t;if(!u(n)||(t=o(n)).type!==e)throw v("Incompatible receiver, "+e+" required");return t}}}},7659:(e,n,t)=>{var r=t(5112),o=t(7497),i=r("iterator"),a=Array.prototype;e.exports=function(e){return void 0!==e&&(o.Array===e||a[i]===e)}},3157:(e,n,t)=>{var r=t(4326);e.exports=Array.isArray||function(e){return"Array"==r(e)}},614:e=>{e.exports=function(e){return"function"==typeof e}},4411:(e,n,t)=>{var r=t(1702),o=t(7293),i=t(614),a=t(648),l=t(5005),c=t(2788),u=function(){},s=[],f=l("Reflect","construct"),p=/^\s*(?:class|function)\b/,d=r(p.exec),h=!p.exec(u),g=function(e){if(!i(e))return!1;try{return f(u,s,e),!0}catch(e){return!1}};e.exports=!f||o((function(){var e;return g(g.call)||!g(Object)||!g((function(){e=!0}))||e}))?function(e){if(!i(e))return!1;switch(a(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return h||!!d(p,c(e))}:g},4705:(e,n,t)=>{var r=t(7293),o=t(614),i=/#|\.prototype\./,a=function(e,n){var t=c[l(e)];return t==s||t!=u&&(o(n)?r(n):!!n)},l=a.normalize=function(e){return String(e).replace(i,".").toLowerCase()},c=a.data={},u=a.NATIVE="N",s=a.POLYFILL="P";e.exports=a},111:(e,n,t)=>{var r=t(614);e.exports=function(e){return"object"==typeof e?null!==e:r(e)}},1913:e=>{e.exports=!1},7850:(e,n,t)=>{var r=t(111),o=t(4326),i=t(5112)("match");e.exports=function(e){var n;return r(e)&&(void 0!==(n=e[i])?!!n:"RegExp"==o(e))}},2190:(e,n,t)=>{var r=t(7854),o=t(5005),i=t(614),a=t(7976),l=t(3307),c=r.Object;e.exports=l?function(e){return"symbol"==typeof e}:function(e){var n=o("Symbol");return i(n)&&a(n.prototype,c(e))}},408:(e,n,t)=>{var r=t(7854),o=t(9974),i=t(6916),a=t(9670),l=t(6330),c=t(7659),u=t(6244),s=t(7976),f=t(8554),p=t(1246),d=t(9212),h=r.TypeError,g=function(e,n){this.stopped=e,this.result=n},v=g.prototype;e.exports=function(e,n,t){var r,A,b,m,y,E,_,C=t&&t.that,w=!(!t||!t.AS_ENTRIES),x=!(!t||!t.IS_ITERATOR),k=!(!t||!t.INTERRUPTED),S=o(n,C),O=function(e){return r&&d(r,"normal",e),new g(!0,e)},B=function(e){return w?(a(e),k?S(e[0],e[1],O):S(e[0],e[1])):k?S(e,O):S(e)};if(x)r=e;else{if(!(A=p(e)))throw h(l(e)+" is not iterable");if(c(A)){for(b=0,m=u(e);m>b;b++)if((y=B(e[b]))&&s(v,y))return y;return new g(!1)}r=f(e,A)}for(E=r.next;!(_=i(E,r)).done;){try{y=B(_.value)}catch(e){d(r,"throw",e)}if("object"==typeof y&&y&&s(v,y))return y}return new g(!1)}},9212:(e,n,t)=>{var r=t(6916),o=t(9670),i=t(8173);e.exports=function(e,n,t){var a,l;o(e);try{if(!(a=i(e,"return"))){if("throw"===n)throw t;return t}a=r(a,e)}catch(e){l=!0,a=e}if("throw"===n)throw t;if(l)throw a;return o(a),t}},3383:(e,n,t)=>{"use strict";var r,o,i,a=t(7293),l=t(614),c=t(30),u=t(9518),s=t(1320),f=t(5112),p=t(1913),d=f("iterator"),h=!1;[].keys&&("next"in(i=[].keys())?(o=u(u(i)))!==Object.prototype&&(r=o):h=!0),null==r||a((function(){var e={};return r[d].call(e)!==e}))?r={}:p&&(r=c(r)),l(r[d])||s(r,d,(function(){return this})),e.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:h}},7497:e=>{e.exports={}},6244:(e,n,t)=>{var r=t(7466);e.exports=function(e){return r(e.length)}},133:(e,n,t)=>{var r=t(7392),o=t(7293);e.exports=!!Object.getOwnPropertySymbols&&!o((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&r&&r<41}))},8536:(e,n,t)=>{var r=t(7854),o=t(614),i=t(2788),a=r.WeakMap;e.exports=o(a)&&/native code/.test(i(a))},3929:(e,n,t)=>{var r=t(7854),o=t(7850),i=r.TypeError;e.exports=function(e){if(o(e))throw i("The method doesn't accept regular expressions");return e}},1574:(e,n,t)=>{"use strict";var r=t(9781),o=t(1702),i=t(6916),a=t(7293),l=t(1956),c=t(5181),u=t(5296),s=t(7908),f=t(8361),p=Object.assign,d=Object.defineProperty,h=o([].concat);e.exports=!p||a((function(){if(r&&1!==p({b:1},p(d({},"a",{enumerable:!0,get:function(){d(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},n={},t=Symbol(),o="abcdefghijklmnopqrst";return e[t]=7,o.split("").forEach((function(e){n[e]=e})),7!=p({},e)[t]||l(p({},n)).join("")!=o}))?function(e,n){for(var t=s(e),o=arguments.length,a=1,p=c.f,d=u.f;o>a;)for(var g,v=f(arguments[a++]),A=p?h(l(v),p(v)):l(v),b=A.length,m=0;b>m;)g=A[m++],r&&!i(d,v,g)||(t[g]=v[g]);return t}:p},30:(e,n,t)=>{var r,o=t(9670),i=t(6048),a=t(748),l=t(3501),c=t(490),u=t(317),s=t(6200),f=s("IE_PROTO"),p=function(){},d=function(e){return" + + + +
+
+
+
+
+
+ +
+

AddressValidator

+
+
fun AddressValidator(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-address-validator/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-address-validator/index.html new file mode 100644 index 0000000000..05a96a3e3f --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-address-validator/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-bip32/-bip32.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-bip32/-bip32.html new file mode 100644 index 0000000000..434bb005a2 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-bip32/-bip32.html @@ -0,0 +1,37 @@ + + + + Bip32 + + + + +
+
+
+
+
+
+ +
+

Bip32

+
+
fun Bip32(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-bip32/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-bip32/index.html new file mode 100644 index 0000000000..ab97511974 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-bip32/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-bn-b-no-exact-match/-bn-b-no-exact-match.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-bn-b-no-exact-match/-bn-b-no-exact-match.html new file mode 100644 index 0000000000..2fa4b3d9f6 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-bn-b-no-exact-match/-bn-b-no-exact-match.html @@ -0,0 +1,37 @@ + + + + BnBNoExactMatch + + + + +
+
+
+
+
+
+ +
+

BnBNoExactMatch

+
+
fun BnBNoExactMatch(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-bn-b-no-exact-match/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-bn-b-no-exact-match/index.html new file mode 100644 index 0000000000..efaf9463dd --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-bn-b-no-exact-match/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-bn-b-total-tries-exceeded/-bn-b-total-tries-exceeded.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-bn-b-total-tries-exceeded/-bn-b-total-tries-exceeded.html new file mode 100644 index 0000000000..3d890adb4a --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-bn-b-total-tries-exceeded/-bn-b-total-tries-exceeded.html @@ -0,0 +1,37 @@ + + + + BnBTotalTriesExceeded + + + + +
+
+
+
+
+
+ +
+

BnBTotalTriesExceeded

+
+
fun BnBTotalTriesExceeded(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-bn-b-total-tries-exceeded/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-bn-b-total-tries-exceeded/index.html new file mode 100644 index 0000000000..9013535e9a --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-bn-b-total-tries-exceeded/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-checksum-mismatch/-checksum-mismatch.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-checksum-mismatch/-checksum-mismatch.html new file mode 100644 index 0000000000..5d702322cf --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-checksum-mismatch/-checksum-mismatch.html @@ -0,0 +1,37 @@ + + + + ChecksumMismatch + + + + +
+
+
+
+
+
+ +
+

ChecksumMismatch

+
+
fun ChecksumMismatch(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-checksum-mismatch/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-checksum-mismatch/index.html new file mode 100644 index 0000000000..91c8c7fed9 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-checksum-mismatch/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-descriptor/-descriptor.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-descriptor/-descriptor.html new file mode 100644 index 0000000000..22c64d313c --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-descriptor/-descriptor.html @@ -0,0 +1,37 @@ + + + + Descriptor + + + + +
+
+
+
+
+
+ +
+

Descriptor

+
+
fun Descriptor(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-descriptor/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-descriptor/index.html new file mode 100644 index 0000000000..1c9c71433a --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-descriptor/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-electrum/-electrum.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-electrum/-electrum.html new file mode 100644 index 0000000000..df37cec1b5 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-electrum/-electrum.html @@ -0,0 +1,37 @@ + + + + Electrum + + + + +
+
+
+
+
+
+ +
+

Electrum

+
+
fun Electrum(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-electrum/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-electrum/index.html new file mode 100644 index 0000000000..750e831561 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-electrum/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-encode/-encode.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-encode/-encode.html new file mode 100644 index 0000000000..e474bbe3e2 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-encode/-encode.html @@ -0,0 +1,37 @@ + + + + Encode + + + + +
+
+
+
+
+
+ +
+

Encode

+
+
fun Encode(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-encode/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-encode/index.html new file mode 100644 index 0000000000..7db615df62 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-encode/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-error-handler/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-error-handler/index.html new file mode 100644 index 0000000000..49f41feb63 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-error-handler/index.html @@ -0,0 +1,74 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-error-handler/lift.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-error-handler/lift.html new file mode 100644 index 0000000000..96a9cf9a2f --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-error-handler/lift.html @@ -0,0 +1,37 @@ + + + + lift + + + + +
+
+
+
+
+
+ +
+

lift

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

read

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

Esplora

+
+
fun Esplora(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-esplora/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-esplora/index.html new file mode 100644 index 0000000000..e8fd54a3ea --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-esplora/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-fee-rate-too-low/-fee-rate-too-low.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-fee-rate-too-low/-fee-rate-too-low.html new file mode 100644 index 0000000000..7bdc196d0d --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-fee-rate-too-low/-fee-rate-too-low.html @@ -0,0 +1,37 @@ + + + + FeeRateTooLow + + + + +
+
+
+
+
+
+ +
+

FeeRateTooLow

+
+
fun FeeRateTooLow(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-fee-rate-too-low/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-fee-rate-too-low/index.html new file mode 100644 index 0000000000..26a9417877 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-fee-rate-too-low/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-fee-rate-unavailable/-fee-rate-unavailable.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-fee-rate-unavailable/-fee-rate-unavailable.html new file mode 100644 index 0000000000..1ad2818df8 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-fee-rate-unavailable/-fee-rate-unavailable.html @@ -0,0 +1,37 @@ + + + + FeeRateUnavailable + + + + +
+
+
+
+
+
+ +
+

FeeRateUnavailable

+
+
fun FeeRateUnavailable(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-fee-rate-unavailable/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-fee-rate-unavailable/index.html new file mode 100644 index 0000000000..38328d3827 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-fee-rate-unavailable/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-fee-too-low/-fee-too-low.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-fee-too-low/-fee-too-low.html new file mode 100644 index 0000000000..73e745a56d --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-fee-too-low/-fee-too-low.html @@ -0,0 +1,37 @@ + + + + FeeTooLow + + + + +
+
+
+
+
+
+ +
+

FeeTooLow

+
+
fun FeeTooLow(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-fee-too-low/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-fee-too-low/index.html new file mode 100644 index 0000000000..f7117f01d1 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-fee-too-low/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-generic/-generic.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-generic/-generic.html new file mode 100644 index 0000000000..6433f899d6 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-generic/-generic.html @@ -0,0 +1,37 @@ + + + + Generic + + + + +
+
+
+
+
+
+ +
+

Generic

+
+
fun Generic(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-generic/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-generic/index.html new file mode 100644 index 0000000000..908fcac137 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-generic/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-hex/-hex.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-hex/-hex.html new file mode 100644 index 0000000000..f1e918b769 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-hex/-hex.html @@ -0,0 +1,37 @@ + + + + Hex + + + + +
+
+
+
+
+
+ +
+

Hex

+
+
fun Hex(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-hex/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-hex/index.html new file mode 100644 index 0000000000..c36e3f926b --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-hex/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-insufficient-funds/-insufficient-funds.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-insufficient-funds/-insufficient-funds.html new file mode 100644 index 0000000000..56bac45adc --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-insufficient-funds/-insufficient-funds.html @@ -0,0 +1,37 @@ + + + + InsufficientFunds + + + + +
+
+
+
+
+
+ +
+

InsufficientFunds

+
+
fun InsufficientFunds(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-insufficient-funds/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-insufficient-funds/index.html new file mode 100644 index 0000000000..44da66d159 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-insufficient-funds/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-network/-invalid-network.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-network/-invalid-network.html new file mode 100644 index 0000000000..49cef62ada --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-network/-invalid-network.html @@ -0,0 +1,37 @@ + + + + InvalidNetwork + + + + +
+
+
+
+
+
+ +
+

InvalidNetwork

+
+
fun InvalidNetwork(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-network/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-network/index.html new file mode 100644 index 0000000000..f36ddb67ea --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-network/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-outpoint/-invalid-outpoint.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-outpoint/-invalid-outpoint.html new file mode 100644 index 0000000000..960c621d0a --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-outpoint/-invalid-outpoint.html @@ -0,0 +1,37 @@ + + + + InvalidOutpoint + + + + +
+
+
+
+
+
+ +
+

InvalidOutpoint

+
+
fun InvalidOutpoint(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-outpoint/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-outpoint/index.html new file mode 100644 index 0000000000..a1ae06a345 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-outpoint/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-policy-path-exception/-invalid-policy-path-exception.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-policy-path-exception/-invalid-policy-path-exception.html new file mode 100644 index 0000000000..df1853f62c --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-policy-path-exception/-invalid-policy-path-exception.html @@ -0,0 +1,37 @@ + + + + InvalidPolicyPathException + + + + +
+
+
+
+
+
+ +
+

InvalidPolicyPathException

+
+
fun InvalidPolicyPathException(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-policy-path-exception/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-policy-path-exception/index.html new file mode 100644 index 0000000000..d25bc181db --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-policy-path-exception/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-progress-value/-invalid-progress-value.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-progress-value/-invalid-progress-value.html new file mode 100644 index 0000000000..47b3846968 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-progress-value/-invalid-progress-value.html @@ -0,0 +1,37 @@ + + + + InvalidProgressValue + + + + +
+
+
+
+
+
+ +
+

InvalidProgressValue

+
+
fun InvalidProgressValue(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-progress-value/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-progress-value/index.html new file mode 100644 index 0000000000..2d3e1f0877 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-progress-value/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-u32-bytes/-invalid-u32-bytes.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-u32-bytes/-invalid-u32-bytes.html new file mode 100644 index 0000000000..e4d48859a1 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-u32-bytes/-invalid-u32-bytes.html @@ -0,0 +1,37 @@ + + + + InvalidU32Bytes + + + + +
+
+
+
+
+
+ +
+

InvalidU32Bytes

+
+
fun InvalidU32Bytes(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-u32-bytes/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-u32-bytes/index.html new file mode 100644 index 0000000000..24fc82f7b1 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-u32-bytes/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-irreplaceable-transaction/-irreplaceable-transaction.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-irreplaceable-transaction/-irreplaceable-transaction.html new file mode 100644 index 0000000000..a6175d08cf --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-irreplaceable-transaction/-irreplaceable-transaction.html @@ -0,0 +1,37 @@ + + + + IrreplaceableTransaction + + + + +
+
+
+
+
+
+ +
+

IrreplaceableTransaction

+
+
fun IrreplaceableTransaction(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-irreplaceable-transaction/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-irreplaceable-transaction/index.html new file mode 100644 index 0000000000..a200357d81 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-irreplaceable-transaction/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-json/-json.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-json/-json.html new file mode 100644 index 0000000000..2334844f02 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-json/-json.html @@ -0,0 +1,37 @@ + + + + Json + + + + +
+
+
+
+
+
+ +
+

Json

+
+
fun Json(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-json/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-json/index.html new file mode 100644 index 0000000000..e6ed6f7199 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-json/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-key/-key.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-key/-key.html new file mode 100644 index 0000000000..bfa23c9071 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-key/-key.html @@ -0,0 +1,37 @@ + + + + Key + + + + +
+
+
+
+
+
+ +
+

Key

+
+
fun Key(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-key/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-key/index.html new file mode 100644 index 0000000000..5a6005ac0b --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-key/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-miniscript/-miniscript.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-miniscript/-miniscript.html new file mode 100644 index 0000000000..997443a496 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-miniscript/-miniscript.html @@ -0,0 +1,37 @@ + + + + Miniscript + + + + +
+
+
+
+
+
+ +
+

Miniscript

+
+
fun Miniscript(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-miniscript/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-miniscript/index.html new file mode 100644 index 0000000000..6cab80a80c --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-miniscript/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-missing-key-origin/-missing-key-origin.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-missing-key-origin/-missing-key-origin.html new file mode 100644 index 0000000000..700cfdddb1 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-missing-key-origin/-missing-key-origin.html @@ -0,0 +1,37 @@ + + + + MissingKeyOrigin + + + + +
+
+
+
+
+
+ +
+

MissingKeyOrigin

+
+
fun MissingKeyOrigin(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-missing-key-origin/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-missing-key-origin/index.html new file mode 100644 index 0000000000..9e51497019 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-missing-key-origin/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-no-recipients/-no-recipients.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-no-recipients/-no-recipients.html new file mode 100644 index 0000000000..b6094a20db --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-no-recipients/-no-recipients.html @@ -0,0 +1,37 @@ + + + + NoRecipients + + + + +
+
+
+
+
+
+ +
+

NoRecipients

+
+
fun NoRecipients(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-no-recipients/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-no-recipients/index.html new file mode 100644 index 0000000000..8b10a59504 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-no-recipients/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-no-utxos-selected/-no-utxos-selected.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-no-utxos-selected/-no-utxos-selected.html new file mode 100644 index 0000000000..49d89d56f5 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-no-utxos-selected/-no-utxos-selected.html @@ -0,0 +1,37 @@ + + + + NoUtxosSelected + + + + +
+
+
+
+
+
+ +
+

NoUtxosSelected

+
+
fun NoUtxosSelected(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-no-utxos-selected/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-no-utxos-selected/index.html new file mode 100644 index 0000000000..1f74c61e16 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-no-utxos-selected/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-output-below-dust-limit/-output-below-dust-limit.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-output-below-dust-limit/-output-below-dust-limit.html new file mode 100644 index 0000000000..2cc3076428 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-output-below-dust-limit/-output-below-dust-limit.html @@ -0,0 +1,37 @@ + + + + OutputBelowDustLimit + + + + +
+
+
+
+
+
+ +
+

OutputBelowDustLimit

+
+
fun OutputBelowDustLimit(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-output-below-dust-limit/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-output-below-dust-limit/index.html new file mode 100644 index 0000000000..f107d8598e --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-output-below-dust-limit/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-progress-update-exception/-progress-update-exception.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-progress-update-exception/-progress-update-exception.html new file mode 100644 index 0000000000..369da6e30d --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-progress-update-exception/-progress-update-exception.html @@ -0,0 +1,37 @@ + + + + ProgressUpdateException + + + + +
+
+
+
+
+
+ +
+

ProgressUpdateException

+
+
fun ProgressUpdateException(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-progress-update-exception/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-progress-update-exception/index.html new file mode 100644 index 0000000000..7d8e0bdc97 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-progress-update-exception/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-psbt-parse/-psbt-parse.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-psbt-parse/-psbt-parse.html new file mode 100644 index 0000000000..c4323b6c00 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-psbt-parse/-psbt-parse.html @@ -0,0 +1,37 @@ + + + + PsbtParse + + + + +
+
+
+
+
+
+ +
+

PsbtParse

+
+
fun PsbtParse(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-psbt-parse/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-psbt-parse/index.html new file mode 100644 index 0000000000..7c8bcc40e3 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-psbt-parse/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-psbt/-psbt.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-psbt/-psbt.html new file mode 100644 index 0000000000..29dca97681 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-psbt/-psbt.html @@ -0,0 +1,37 @@ + + + + Psbt + + + + +
+
+
+
+
+
+ +
+

Psbt

+
+
fun Psbt(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-psbt/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-psbt/index.html new file mode 100644 index 0000000000..1354e55bff --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-psbt/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-rusqlite/-rusqlite.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-rusqlite/-rusqlite.html new file mode 100644 index 0000000000..6abd4f647f --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-rusqlite/-rusqlite.html @@ -0,0 +1,37 @@ + + + + Rusqlite + + + + +
+
+
+
+
+
+ +
+

Rusqlite

+
+
fun Rusqlite(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-rusqlite/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-rusqlite/index.html new file mode 100644 index 0000000000..f7d39b978a --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-rusqlite/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-script-doesnt-have-address-form/-script-doesnt-have-address-form.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-script-doesnt-have-address-form/-script-doesnt-have-address-form.html new file mode 100644 index 0000000000..948b8e69c1 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-script-doesnt-have-address-form/-script-doesnt-have-address-form.html @@ -0,0 +1,37 @@ + + + + ScriptDoesntHaveAddressForm + + + + +
+
+
+
+
+
+ +
+

ScriptDoesntHaveAddressForm

+
+
fun ScriptDoesntHaveAddressForm(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-script-doesnt-have-address-form/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-script-doesnt-have-address-form/index.html new file mode 100644 index 0000000000..0d29146a21 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-script-doesnt-have-address-form/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-secp256k1/-secp256k1.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-secp256k1/-secp256k1.html new file mode 100644 index 0000000000..1eca8c4cc5 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-secp256k1/-secp256k1.html @@ -0,0 +1,37 @@ + + + + Secp256k1 + + + + +
+
+
+
+
+
+ +
+

Secp256k1

+
+
fun Secp256k1(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-secp256k1/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-secp256k1/index.html new file mode 100644 index 0000000000..80fa344f4a --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-secp256k1/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-signer/-signer.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-signer/-signer.html new file mode 100644 index 0000000000..bbefef430a --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-signer/-signer.html @@ -0,0 +1,37 @@ + + + + Signer + + + + +
+
+
+
+
+
+ +
+

Signer

+
+
fun Signer(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-signer/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-signer/index.html new file mode 100644 index 0000000000..ff3e7248ee --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-signer/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-sled/-sled.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-sled/-sled.html new file mode 100644 index 0000000000..ac9d1332e4 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-sled/-sled.html @@ -0,0 +1,37 @@ + + + + Sled + + + + +
+
+
+
+
+
+ +
+

Sled

+
+
fun Sled(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-sled/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-sled/index.html new file mode 100644 index 0000000000..da779a91e8 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-sled/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-spending-policy-required/-spending-policy-required.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-spending-policy-required/-spending-policy-required.html new file mode 100644 index 0000000000..938a47ee39 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-spending-policy-required/-spending-policy-required.html @@ -0,0 +1,37 @@ + + + + SpendingPolicyRequired + + + + +
+
+
+
+
+
+ +
+

SpendingPolicyRequired

+
+
fun SpendingPolicyRequired(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-spending-policy-required/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-spending-policy-required/index.html new file mode 100644 index 0000000000..efc614f2e5 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-spending-policy-required/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-transaction-confirmed/-transaction-confirmed.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-transaction-confirmed/-transaction-confirmed.html new file mode 100644 index 0000000000..0de6ac735b --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-transaction-confirmed/-transaction-confirmed.html @@ -0,0 +1,37 @@ + + + + TransactionConfirmed + + + + +
+
+
+
+
+
+ +
+

TransactionConfirmed

+
+
fun TransactionConfirmed(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-transaction-confirmed/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-transaction-confirmed/index.html new file mode 100644 index 0000000000..0b53c7a412 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-transaction-confirmed/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-transaction-not-found/-transaction-not-found.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-transaction-not-found/-transaction-not-found.html new file mode 100644 index 0000000000..606739424e --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-transaction-not-found/-transaction-not-found.html @@ -0,0 +1,37 @@ + + + + TransactionNotFound + + + + +
+
+
+
+
+
+ +
+

TransactionNotFound

+
+
fun TransactionNotFound(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-transaction-not-found/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-transaction-not-found/index.html new file mode 100644 index 0000000000..62b3fbb7db --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-transaction-not-found/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-unknown-utxo/-unknown-utxo.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-unknown-utxo/-unknown-utxo.html new file mode 100644 index 0000000000..4b66dc7283 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-unknown-utxo/-unknown-utxo.html @@ -0,0 +1,37 @@ + + + + UnknownUtxo + + + + +
+
+
+
+
+
+ +
+

UnknownUtxo

+
+
fun UnknownUtxo(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-unknown-utxo/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-unknown-utxo/index.html new file mode 100644 index 0000000000..599c07286b --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/-unknown-utxo/index.html @@ -0,0 +1,196 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/index.html new file mode 100644 index 0000000000..38a8e838ae --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-exception/index.html @@ -0,0 +1,1255 @@ + + + + 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-jvm/bdk-jvm/org.bitcoindevkit/-bdk-progress/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-progress/index.html new file mode 100644 index 0000000000..ed19e8af00 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-bdk-progress/index.html @@ -0,0 +1,59 @@ + + + + BdkProgress + + + + +
+
+
+
+
+
+ +
+

BdkProgress

+
interface BdkProgress
+
+
+
+
+

Functions

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

update

+
+
abstract fun update(progress: Float, message: String?)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-block-time/-block-time.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-block-time/-block-time.html new file mode 100644 index 0000000000..492abc7d93 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-block-time/-block-time.html @@ -0,0 +1,37 @@ + + + + BlockTime + + + + +
+
+
+
+
+
+ +
+

BlockTime

+
+
fun BlockTime(height: UInt, timestamp: ULong)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-block-time/height.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-block-time/height.html new file mode 100644 index 0000000000..d2cb3f75e4 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-block-time/height.html @@ -0,0 +1,37 @@ + + + + height + + + + +
+
+
+
+
+
+ +
+

height

+
+
var height: UInt
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-block-time/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-block-time/index.html new file mode 100644 index 0000000000..6327a1848f --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-block-time/index.html @@ -0,0 +1,91 @@ + + + + BlockTime + + + + +
+
+
+
+
+
+ +
+

BlockTime

+
data class BlockTime(height: UInt, timestamp: ULong)

Block height and timestamp of a block

+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun BlockTime(height: UInt, timestamp: ULong)
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
var height: UInt
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var timestamp: ULong
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-block-time/timestamp.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-block-time/timestamp.html new file mode 100644 index 0000000000..0b6ce2ada5 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-block-time/timestamp.html @@ -0,0 +1,37 @@ + + + + timestamp + + + + +
+
+
+
+
+
+ +
+

timestamp

+
+
var timestamp: ULong
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-blockchain-config/-electrum/-electrum.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-blockchain-config/-electrum/-electrum.html new file mode 100644 index 0000000000..1362a514ed --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-blockchain-config/-electrum/-electrum.html @@ -0,0 +1,37 @@ + + + + Electrum + + + + +
+
+
+
+
+
+ +
+

Electrum

+
+
fun Electrum(config: ElectrumConfig)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-blockchain-config/-electrum/config.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-blockchain-config/-electrum/config.html new file mode 100644 index 0000000000..6a42a472f6 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-blockchain-config/-electrum/config.html @@ -0,0 +1,37 @@ + + + + config + + + + +
+
+
+
+
+
+ +
+

config

+
+
val config: ElectrumConfig
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-blockchain-config/-electrum/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-blockchain-config/-electrum/index.html new file mode 100644 index 0000000000..5e4d6854b3 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-blockchain-config/-electrum/index.html @@ -0,0 +1,59 @@ + + + + Electrum + + + + +
+
+
+
+
+
+ +
+

Electrum

+
data class Electrum(config: ElectrumConfig) : BlockchainConfig
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val config: ElectrumConfig
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-blockchain-config/-esplora/-esplora.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-blockchain-config/-esplora/-esplora.html new file mode 100644 index 0000000000..4d3febfc97 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-blockchain-config/-esplora/-esplora.html @@ -0,0 +1,37 @@ + + + + Esplora + + + + +
+
+
+
+
+
+ +
+

Esplora

+
+
fun Esplora(config: EsploraConfig)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-blockchain-config/-esplora/config.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-blockchain-config/-esplora/config.html new file mode 100644 index 0000000000..eda8ce1898 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-blockchain-config/-esplora/config.html @@ -0,0 +1,37 @@ + + + + config + + + + +
+
+
+
+
+
+ +
+

config

+
+
val config: EsploraConfig
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-blockchain-config/-esplora/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-blockchain-config/-esplora/index.html new file mode 100644 index 0000000000..8471d2518d --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-blockchain-config/-esplora/index.html @@ -0,0 +1,59 @@ + + + + Esplora + + + + +
+
+
+
+
+
+ +
+

Esplora

+
data class Esplora(config: EsploraConfig) : BlockchainConfig
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val config: EsploraConfig
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-blockchain-config/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-blockchain-config/index.html new file mode 100644 index 0000000000..c766407507 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-blockchain-config/index.html @@ -0,0 +1,98 @@ + + + + BlockchainConfig + + + + +
+
+
+
+
+
+ +
+

BlockchainConfig

+
sealed class BlockchainConfig

Sealed class that can be of either blockchain configuration defined by the library.

+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class Electrum(config: ElectrumConfig) : BlockchainConfig
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class Esplora(config: EsploraConfig) : BlockchainConfig
+
+
+
+
+
+

Inheritors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-call-status-error-handler/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-call-status-error-handler/index.html new file mode 100644 index 0000000000..3bd581fe2c --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-call-status-error-handler/index.html @@ -0,0 +1,72 @@ + + + + CallStatusErrorHandler + + + + +
+
+
+
+
+
+ +
+

CallStatusErrorHandler

+
interface CallStatusErrorHandler<E>
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract fun lift(error_buf: RustBuffer.ByValue): E
+
+
+
+
+
+

Inheritors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-call-status-error-handler/lift.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-call-status-error-handler/lift.html new file mode 100644 index 0000000000..6def9b3658 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-call-status-error-handler/lift.html @@ -0,0 +1,37 @@ + + + + lift + + + + +
+
+
+
+
+
+ +
+

lift

+
+
abstract fun lift(error_buf: RustBuffer.ByValue): E
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-database-config/-memory/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-database-config/-memory/index.html new file mode 100644 index 0000000000..37b019b21f --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-database-config/-memory/index.html @@ -0,0 +1,41 @@ + + + + Memory + + + + +
+
+
+
+
+
+ +
+

Memory

+
object Memory : DatabaseConfig
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-database-config/-sled/-sled.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-database-config/-sled/-sled.html new file mode 100644 index 0000000000..b8bee79033 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-database-config/-sled/-sled.html @@ -0,0 +1,37 @@ + + + + Sled + + + + +
+
+
+
+
+
+ +
+

Sled

+
+
fun Sled(config: SledDbConfiguration)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-database-config/-sled/config.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-database-config/-sled/config.html new file mode 100644 index 0000000000..ca0194d9f2 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-database-config/-sled/config.html @@ -0,0 +1,37 @@ + + + + config + + + + +
+
+
+
+
+
+ +
+

config

+
+
val config: SledDbConfiguration
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-database-config/-sled/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-database-config/-sled/index.html new file mode 100644 index 0000000000..c9274a548b --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-database-config/-sled/index.html @@ -0,0 +1,59 @@ + + + + Sled + + + + +
+
+
+
+
+
+ +
+

Sled

+
data class Sled(config: SledDbConfiguration) : DatabaseConfig
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val config: SledDbConfiguration
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-database-config/-sqlite/-sqlite.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-database-config/-sqlite/-sqlite.html new file mode 100644 index 0000000000..9837285517 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-database-config/-sqlite/-sqlite.html @@ -0,0 +1,37 @@ + + + + Sqlite + + + + +
+
+
+
+
+
+ +
+

Sqlite

+
+
fun Sqlite(config: SqliteDbConfiguration)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-database-config/-sqlite/config.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-database-config/-sqlite/config.html new file mode 100644 index 0000000000..1d2c625de4 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-database-config/-sqlite/config.html @@ -0,0 +1,37 @@ + + + + config + + + + +
+
+
+
+
+
+ +
+

config

+
+
val config: SqliteDbConfiguration
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-database-config/-sqlite/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-database-config/-sqlite/index.html new file mode 100644 index 0000000000..9085ff178c --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-database-config/-sqlite/index.html @@ -0,0 +1,59 @@ + + + + Sqlite + + + + +
+
+
+
+
+
+ +
+

Sqlite

+
data class Sqlite(config: SqliteDbConfiguration) : DatabaseConfig
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val config: SqliteDbConfiguration
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-database-config/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-database-config/index.html new file mode 100644 index 0000000000..9ed54c73dd --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-database-config/index.html @@ -0,0 +1,124 @@ + + + + DatabaseConfig + + + + +
+
+
+
+
+
+ +
+

DatabaseConfig

+
sealed class DatabaseConfig
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
object Memory : DatabaseConfig
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class Sled(config: SledDbConfiguration) : DatabaseConfig
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class Sqlite(config: SqliteDbConfiguration) : DatabaseConfig
+
+
+
+
+
+

Inheritors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-electrum-config/-electrum-config.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-electrum-config/-electrum-config.html new file mode 100644 index 0000000000..1fd08378ea --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-electrum-config/-electrum-config.html @@ -0,0 +1,37 @@ + + + + ElectrumConfig + + + + +
+
+
+
+
+
+ +
+

ElectrumConfig

+
+
fun ElectrumConfig(url: String, socks5: String?, retry: UByte, timeout: UByte?, stopGap: ULong)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-electrum-config/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-electrum-config/index.html new file mode 100644 index 0000000000..d695016be7 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-electrum-config/index.html @@ -0,0 +1,136 @@ + + + + ElectrumConfig + + + + +
+
+
+
+
+
+ +
+

ElectrumConfig

+
data class ElectrumConfig(url: String, socks5: String?, retry: UByte, timeout: UByte?, stopGap: ULong)

Configuration for an ElectrumBlockchain

+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun ElectrumConfig(url: String, socks5: String?, retry: UByte, timeout: UByte?, stopGap: ULong)
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
var retry: UByte

Request retry count

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var socks5: String?

URL of the socks5 proxy server or a Tor service

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

Stop searching addresses for transactions after finding an unused gap of this length

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var timeout: UByte?

Request timeout in seconds

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

URL of the Electrum server (such as ElectrumX, Esplora, BWT). May start with ssl:// or tcp:// and include a port, e.g. ssl://electrum.blockstream.info:60002

+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-electrum-config/retry.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-electrum-config/retry.html new file mode 100644 index 0000000000..0cb1e4f080 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-electrum-config/retry.html @@ -0,0 +1,37 @@ + + + + retry + + + + +
+
+
+
+
+
+ +
+

retry

+
+
var retry: UByte
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-electrum-config/socks5.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-electrum-config/socks5.html new file mode 100644 index 0000000000..3adf6de9a9 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-electrum-config/socks5.html @@ -0,0 +1,37 @@ + + + + socks5 + + + + +
+
+
+
+
+
+ +
+

socks5

+
+
var socks5: String?
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-electrum-config/stop-gap.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-electrum-config/stop-gap.html new file mode 100644 index 0000000000..74032cbd84 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-electrum-config/stop-gap.html @@ -0,0 +1,37 @@ + + + + stopGap + + + + +
+
+
+
+
+
+ +
+

stopGap

+
+
var stopGap: ULong
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-electrum-config/timeout.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-electrum-config/timeout.html new file mode 100644 index 0000000000..ed20368c42 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-electrum-config/timeout.html @@ -0,0 +1,37 @@ + + + + timeout + + + + +
+
+
+
+
+
+ +
+

timeout

+
+
var timeout: UByte?
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-electrum-config/url.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-electrum-config/url.html new file mode 100644 index 0000000000..c556dd760d --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-electrum-config/url.html @@ -0,0 +1,37 @@ + + + + url + + + + +
+
+
+
+
+
+ +
+

url

+
+
var url: String
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-esplora-config/-esplora-config.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-esplora-config/-esplora-config.html new file mode 100644 index 0000000000..eb63602d0b --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-esplora-config/-esplora-config.html @@ -0,0 +1,37 @@ + + + + EsploraConfig + + + + +
+
+
+
+
+
+ +
+

EsploraConfig

+
+
fun EsploraConfig(baseUrl: String, proxy: String?, timeoutRead: ULong, timeoutWrite: ULong, stopGap: ULong)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-esplora-config/base-url.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-esplora-config/base-url.html new file mode 100644 index 0000000000..73c70d671f --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-esplora-config/base-url.html @@ -0,0 +1,37 @@ + + + + baseUrl + + + + +
+
+
+
+
+
+ +
+

baseUrl

+
+
var baseUrl: String
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-esplora-config/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-esplora-config/index.html new file mode 100644 index 0000000000..cd472131d2 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-esplora-config/index.html @@ -0,0 +1,119 @@ + + + + EsploraConfig + + + + +
+
+
+
+
+
+ +
+

EsploraConfig

+
data class EsploraConfig(baseUrl: String, proxy: String?, timeoutRead: ULong, timeoutWrite: ULong, stopGap: ULong)
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
var baseUrl: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var proxy: String?
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var stopGap: ULong
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var timeoutRead: ULong
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var timeoutWrite: ULong
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-esplora-config/proxy.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-esplora-config/proxy.html new file mode 100644 index 0000000000..9ae328d857 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-esplora-config/proxy.html @@ -0,0 +1,37 @@ + + + + proxy + + + + +
+
+
+
+
+
+ +
+

proxy

+
+
var proxy: String?
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-esplora-config/stop-gap.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-esplora-config/stop-gap.html new file mode 100644 index 0000000000..6089805569 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-esplora-config/stop-gap.html @@ -0,0 +1,37 @@ + + + + stopGap + + + + +
+
+
+
+
+
+ +
+

stopGap

+
+
var stopGap: ULong
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-esplora-config/timeout-read.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-esplora-config/timeout-read.html new file mode 100644 index 0000000000..3632b2f69b --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-esplora-config/timeout-read.html @@ -0,0 +1,37 @@ + + + + timeoutRead + + + + +
+
+
+
+
+
+ +
+

timeoutRead

+
+
var timeoutRead: ULong
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-esplora-config/timeout-write.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-esplora-config/timeout-write.html new file mode 100644 index 0000000000..babbcba345 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-esplora-config/timeout-write.html @@ -0,0 +1,37 @@ + + + + timeoutWrite + + + + +
+
+
+
+
+
+ +
+

timeoutWrite

+
+
var timeoutWrite: ULong
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-extended-key-info/-extended-key-info.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-extended-key-info/-extended-key-info.html new file mode 100644 index 0000000000..577f4feb5e --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-extended-key-info/-extended-key-info.html @@ -0,0 +1,37 @@ + + + + ExtendedKeyInfo + + + + +
+
+
+
+
+
+ +
+

ExtendedKeyInfo

+
+
fun ExtendedKeyInfo(mnemonic: String, xprv: String, fingerprint: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-extended-key-info/fingerprint.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-extended-key-info/fingerprint.html new file mode 100644 index 0000000000..664aa6f259 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-extended-key-info/fingerprint.html @@ -0,0 +1,37 @@ + + + + fingerprint + + + + +
+
+
+
+
+
+ +
+

fingerprint

+
+
var fingerprint: String
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-extended-key-info/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-extended-key-info/index.html new file mode 100644 index 0000000000..208fde774e --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-extended-key-info/index.html @@ -0,0 +1,89 @@ + + + + ExtendedKeyInfo + + + + +
+
+
+
+
+
+ +
+

ExtendedKeyInfo

+
data class ExtendedKeyInfo(mnemonic: String, xprv: String, fingerprint: String)
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
var fingerprint: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var mnemonic: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var xprv: String
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-extended-key-info/mnemonic.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-extended-key-info/mnemonic.html new file mode 100644 index 0000000000..1c28cf8717 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-extended-key-info/mnemonic.html @@ -0,0 +1,37 @@ + + + + mnemonic + + + + +
+
+
+
+
+
+ +
+

mnemonic

+
+
var mnemonic: String
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-extended-key-info/xprv.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-extended-key-info/xprv.html new file mode 100644 index 0000000000..c0047fff71 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-extended-key-info/xprv.html @@ -0,0 +1,37 @@ + + + + xprv + + + + +
+
+
+
+
+
+ +
+

xprv

+
+
var xprv: String
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-internal-exception/-internal-exception.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-internal-exception/-internal-exception.html new file mode 100644 index 0000000000..796b0913af --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-internal-exception/-internal-exception.html @@ -0,0 +1,37 @@ + + + + InternalException + + + + +
+
+
+
+
+
+ +
+

InternalException

+
+
fun InternalException(message: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-internal-exception/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-internal-exception/index.html new file mode 100644 index 0000000000..2923b58896 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-internal-exception/index.html @@ -0,0 +1,196 @@ + + + + InternalException + + + + +
+
+
+
+
+
+ +
+

InternalException

+
class InternalException(message: String) : Exception
+
+
+
+
+

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-jvm/bdk-jvm/org.bitcoindevkit/-network/-b-i-t-c-o-i-n/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-network/-b-i-t-c-o-i-n/index.html new file mode 100644 index 0000000000..98da88280e --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-network/-b-i-t-c-o-i-n/index.html @@ -0,0 +1,74 @@ + + + + BITCOIN + + + + +
+
+
+
+
+
+ +
+

BITCOIN

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val name: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val ordinal: Int
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-network/-r-e-g-t-e-s-t/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-network/-r-e-g-t-e-s-t/index.html new file mode 100644 index 0000000000..00ac0ccd49 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-network/-r-e-g-t-e-s-t/index.html @@ -0,0 +1,74 @@ + + + + REGTEST + + + + +
+
+
+
+
+
+ +
+

REGTEST

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val name: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val ordinal: Int
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-network/-s-i-g-n-e-t/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-network/-s-i-g-n-e-t/index.html new file mode 100644 index 0000000000..210bee8072 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-network/-s-i-g-n-e-t/index.html @@ -0,0 +1,74 @@ + + + + SIGNET + + + + +
+
+
+
+
+
+ +
+

SIGNET

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val name: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val ordinal: Int
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-network/-t-e-s-t-n-e-t/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-network/-t-e-s-t-n-e-t/index.html new file mode 100644 index 0000000000..488b755be4 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-network/-t-e-s-t-n-e-t/index.html @@ -0,0 +1,74 @@ + + + + TESTNET + + + + +
+
+
+
+
+
+ +
+

TESTNET

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val name: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val ordinal: Int
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-network/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-network/index.html new file mode 100644 index 0000000000..99b80f0545 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-network/index.html @@ -0,0 +1,136 @@ + + + + Network + + + + +
+
+
+
+
+
+ +
+

Network

+
enum Network : Enum<Network>
+
+
+
+
+

Entries

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

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val name: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val ordinal: Int
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-partially-signed-bitcoin-transaction-interface/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-partially-signed-bitcoin-transaction-interface/index.html new file mode 100644 index 0000000000..d76d09d72f --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-partially-signed-bitcoin-transaction-interface/index.html @@ -0,0 +1,72 @@ + + + + PartiallySignedBitcoinTransactionInterface + + + + +
+
+
+
+
+
+ +
+

PartiallySignedBitcoinTransactionInterface

+
interface PartiallySignedBitcoinTransactionInterface
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract fun serialize(): String
+
+
+
+
+
+

Inheritors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-partially-signed-bitcoin-transaction-interface/serialize.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-partially-signed-bitcoin-transaction-interface/serialize.html new file mode 100644 index 0000000000..d04326ea43 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-partially-signed-bitcoin-transaction-interface/serialize.html @@ -0,0 +1,37 @@ + + + + serialize + + + + +
+
+
+
+
+
+ +
+

serialize

+
+
abstract fun serialize(): String
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-partially-signed-bitcoin-transaction/-partially-signed-bitcoin-transaction.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-partially-signed-bitcoin-transaction/-partially-signed-bitcoin-transaction.html new file mode 100644 index 0000000000..7fcafa5061 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-partially-signed-bitcoin-transaction/-partially-signed-bitcoin-transaction.html @@ -0,0 +1,37 @@ + + + + PartiallySignedBitcoinTransaction + + + + +
+
+
+
+
+
+ +
+

PartiallySignedBitcoinTransaction

+
+
fun PartiallySignedBitcoinTransaction(wallet: Wallet, recipient: String, amount: ULong, feeRate: Float?)
fun PartiallySignedBitcoinTransaction(pointer: Pointer)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-partially-signed-bitcoin-transaction/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-partially-signed-bitcoin-transaction/index.html new file mode 100644 index 0000000000..ee58e59eac --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-partially-signed-bitcoin-transaction/index.html @@ -0,0 +1,106 @@ + + + + PartiallySignedBitcoinTransaction + + + + +
+
+
+
+
+
+ +
+

PartiallySignedBitcoinTransaction

+
class PartiallySignedBitcoinTransaction(pointer: Pointer) : FFIObject, PartiallySignedBitcoinTransactionInterface
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun PartiallySignedBitcoinTransaction(wallet: Wallet, recipient: String, amount: ULong, feeRate: Float?)
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun close()
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun destroy()
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun serialize(): String
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-partially-signed-bitcoin-transaction/serialize.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-partially-signed-bitcoin-transaction/serialize.html new file mode 100644 index 0000000000..63696ce96c --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-partially-signed-bitcoin-transaction/serialize.html @@ -0,0 +1,37 @@ + + + + serialize + + + + +
+
+
+
+
+
+ +
+

serialize

+
+
open override fun serialize(): String
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-sled-db-configuration/-companion/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-sled-db-configuration/-companion/index.html new file mode 100644 index 0000000000..3de6f9b29b --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-sled-db-configuration/-companion/index.html @@ -0,0 +1,41 @@ + + + + Companion + + + + +
+
+
+
+
+
+ +
+

Companion

+
object Companion
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-sled-db-configuration/-sled-db-configuration.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-sled-db-configuration/-sled-db-configuration.html new file mode 100644 index 0000000000..f965694b34 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-sled-db-configuration/-sled-db-configuration.html @@ -0,0 +1,37 @@ + + + + SledDbConfiguration + + + + +
+
+
+
+
+
+ +
+

SledDbConfiguration

+
+
fun SledDbConfiguration(path: String, treeName: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-sled-db-configuration/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-sled-db-configuration/index.html new file mode 100644 index 0000000000..8c85d5883b --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-sled-db-configuration/index.html @@ -0,0 +1,91 @@ + + + + SledDbConfiguration + + + + +
+
+
+
+
+
+ +
+

SledDbConfiguration

+
data class SledDbConfiguration(path: String, treeName: String)
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
object Companion
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
var path: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var treeName: String
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-sled-db-configuration/path.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-sled-db-configuration/path.html new file mode 100644 index 0000000000..93ade3b38a --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-sled-db-configuration/path.html @@ -0,0 +1,37 @@ + + + + path + + + + +
+
+
+
+
+
+ +
+

path

+
+
var path: String
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-sled-db-configuration/tree-name.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-sled-db-configuration/tree-name.html new file mode 100644 index 0000000000..432be9cf9e --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-sled-db-configuration/tree-name.html @@ -0,0 +1,37 @@ + + + + treeName + + + + +
+
+
+
+
+
+ +
+

treeName

+
+
var treeName: String
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-sqlite-db-configuration/-companion/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-sqlite-db-configuration/-companion/index.html new file mode 100644 index 0000000000..a34d9706ce --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-sqlite-db-configuration/-companion/index.html @@ -0,0 +1,41 @@ + + + + Companion + + + + +
+
+
+
+
+
+ +
+

Companion

+
object Companion
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-sqlite-db-configuration/-sqlite-db-configuration.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-sqlite-db-configuration/-sqlite-db-configuration.html new file mode 100644 index 0000000000..a38508a4c8 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-sqlite-db-configuration/-sqlite-db-configuration.html @@ -0,0 +1,37 @@ + + + + SqliteDbConfiguration + + + + +
+
+
+
+
+
+ +
+

SqliteDbConfiguration

+
+
fun SqliteDbConfiguration(path: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-sqlite-db-configuration/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-sqlite-db-configuration/index.html new file mode 100644 index 0000000000..f4a153b509 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-sqlite-db-configuration/index.html @@ -0,0 +1,76 @@ + + + + SqliteDbConfiguration + + + + +
+
+
+
+
+
+ +
+

SqliteDbConfiguration

+
data class SqliteDbConfiguration(path: String)
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
object Companion
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
var path: String
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-sqlite-db-configuration/path.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-sqlite-db-configuration/path.html new file mode 100644 index 0000000000..3eac2e3316 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-sqlite-db-configuration/path.html @@ -0,0 +1,37 @@ + + + + path + + + + +
+
+
+
+
+
+ +
+

path

+
+
var path: String
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction-details/-companion/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction-details/-companion/index.html new file mode 100644 index 0000000000..b83e18baf1 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction-details/-companion/index.html @@ -0,0 +1,41 @@ + + + + Companion + + + + +
+
+
+
+
+
+ +
+

Companion

+
object Companion
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction-details/-transaction-details.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction-details/-transaction-details.html new file mode 100644 index 0000000000..1e5acd39b2 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction-details/-transaction-details.html @@ -0,0 +1,37 @@ + + + + TransactionDetails + + + + +
+
+
+
+
+
+ +
+

TransactionDetails

+
+
fun TransactionDetails(fees: ULong?, received: ULong, sent: ULong, txid: String)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction-details/fees.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction-details/fees.html new file mode 100644 index 0000000000..64b216e5b7 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction-details/fees.html @@ -0,0 +1,37 @@ + + + + fees + + + + +
+
+
+
+
+
+ +
+

fees

+
+
var fees: ULong?
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction-details/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction-details/index.html new file mode 100644 index 0000000000..44ac36708f --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction-details/index.html @@ -0,0 +1,121 @@ + + + + TransactionDetails + + + + +
+
+
+
+
+
+ +
+

TransactionDetails

+
data class TransactionDetails(fees: ULong?, received: ULong, sent: ULong, txid: String)
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
object Companion
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
var fees: ULong?
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var received: ULong
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var sent: ULong
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var txid: String
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction-details/received.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction-details/received.html new file mode 100644 index 0000000000..fc450d6c95 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction-details/received.html @@ -0,0 +1,37 @@ + + + + received + + + + +
+
+
+
+
+
+ +
+

received

+
+
var received: ULong
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction-details/sent.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction-details/sent.html new file mode 100644 index 0000000000..bfe57a577a --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction-details/sent.html @@ -0,0 +1,37 @@ + + + + sent + + + + +
+
+
+
+
+
+ +
+

sent

+
+
var sent: ULong
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction-details/txid.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction-details/txid.html new file mode 100644 index 0000000000..6b2f6c99bb --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction-details/txid.html @@ -0,0 +1,37 @@ + + + + txid + + + + +
+
+
+
+
+
+ +
+

txid

+
+
var txid: String
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction/-confirmed/-confirmed.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction/-confirmed/-confirmed.html new file mode 100644 index 0000000000..eb0f3fc59b --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction/-confirmed/-confirmed.html @@ -0,0 +1,37 @@ + + + + Confirmed + + + + +
+
+
+
+
+
+ +
+

Confirmed

+
+
fun Confirmed(details: TransactionDetails, confirmation: BlockTime)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction/-confirmed/confirmation.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction/-confirmed/confirmation.html new file mode 100644 index 0000000000..05077fe42e --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction/-confirmed/confirmation.html @@ -0,0 +1,37 @@ + + + + confirmation + + + + +
+
+
+
+
+
+ +
+

confirmation

+
+
val confirmation: BlockTime
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction/-confirmed/details.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction/-confirmed/details.html new file mode 100644 index 0000000000..ebac7a36bd --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction/-confirmed/details.html @@ -0,0 +1,37 @@ + + + + details + + + + +
+
+
+
+
+
+ +
+

details

+
+
val details: TransactionDetails
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction/-confirmed/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction/-confirmed/index.html new file mode 100644 index 0000000000..d1490774eb --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction/-confirmed/index.html @@ -0,0 +1,74 @@ + + + + Confirmed + + + + +
+
+
+
+
+
+ +
+

Confirmed

+
data class Confirmed(details: TransactionDetails, confirmation: BlockTime) : Transaction
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val confirmation: BlockTime
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val details: TransactionDetails
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction/-unconfirmed/-unconfirmed.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction/-unconfirmed/-unconfirmed.html new file mode 100644 index 0000000000..55a2fc9e66 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction/-unconfirmed/-unconfirmed.html @@ -0,0 +1,37 @@ + + + + Unconfirmed + + + + +
+
+
+
+
+
+ +
+

Unconfirmed

+
+
fun Unconfirmed(details: TransactionDetails)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction/-unconfirmed/details.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction/-unconfirmed/details.html new file mode 100644 index 0000000000..9f6f5c7e36 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction/-unconfirmed/details.html @@ -0,0 +1,37 @@ + + + + details + + + + +
+
+
+
+
+
+ +
+

details

+
+
val details: TransactionDetails
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction/-unconfirmed/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction/-unconfirmed/index.html new file mode 100644 index 0000000000..88739dc896 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction/-unconfirmed/index.html @@ -0,0 +1,59 @@ + + + + Unconfirmed + + + + +
+
+
+
+
+
+ +
+

Unconfirmed

+
data class Unconfirmed(details: TransactionDetails) : Transaction
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val details: TransactionDetails
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction/index.html new file mode 100644 index 0000000000..5400777aa3 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-transaction/index.html @@ -0,0 +1,98 @@ + + + + Transaction + + + + +
+
+
+
+
+
+ +
+

Transaction

+
sealed class Transaction
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class Confirmed(details: TransactionDetails, confirmation: BlockTime) : Transaction
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class Unconfirmed(details: TransactionDetails) : Transaction
+
+
+
+
+
+

Inheritors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet-interface/broadcast.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet-interface/broadcast.html new file mode 100644 index 0000000000..fe14b8ea81 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet-interface/broadcast.html @@ -0,0 +1,37 @@ + + + + broadcast + + + + +
+
+
+
+
+
+ +
+

broadcast

+
+
abstract fun broadcast(psbt: PartiallySignedBitcoinTransaction): String
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet-interface/get-balance.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet-interface/get-balance.html new file mode 100644 index 0000000000..6c4b4ccfa7 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet-interface/get-balance.html @@ -0,0 +1,37 @@ + + + + getBalance + + + + +
+
+
+
+
+
+ +
+

getBalance

+
+
abstract fun getBalance(): ULong
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet-interface/get-last-unused-address.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet-interface/get-last-unused-address.html new file mode 100644 index 0000000000..0d71c0046e --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet-interface/get-last-unused-address.html @@ -0,0 +1,37 @@ + + + + getLastUnusedAddress + + + + +
+
+
+
+
+
+ +
+

getLastUnusedAddress

+
+
abstract fun getLastUnusedAddress(): String
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet-interface/get-network.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet-interface/get-network.html new file mode 100644 index 0000000000..8c6e55363a --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet-interface/get-network.html @@ -0,0 +1,37 @@ + + + + getNetwork + + + + +
+
+
+
+
+
+ +
+

getNetwork

+
+
abstract fun getNetwork(): Network
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet-interface/get-new-address.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet-interface/get-new-address.html new file mode 100644 index 0000000000..0661c5b665 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet-interface/get-new-address.html @@ -0,0 +1,37 @@ + + + + getNewAddress + + + + +
+
+
+
+
+
+ +
+

getNewAddress

+
+
abstract fun getNewAddress(): String
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet-interface/get-transactions.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet-interface/get-transactions.html new file mode 100644 index 0000000000..98bf290d9d --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet-interface/get-transactions.html @@ -0,0 +1,37 @@ + + + + getTransactions + + + + +
+
+
+
+
+
+ +
+

getTransactions

+
+
abstract fun getTransactions(): List<Transaction>
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet-interface/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet-interface/index.html new file mode 100644 index 0000000000..1508e53598 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet-interface/index.html @@ -0,0 +1,177 @@ + + + + WalletInterface + + + + +
+
+
+
+
+
+ +
+

WalletInterface

+
interface WalletInterface
+
+
+
+
+

Functions

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

Inheritors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet-interface/sign.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet-interface/sign.html new file mode 100644 index 0000000000..8e22efc6ba --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet-interface/sign.html @@ -0,0 +1,37 @@ + + + + sign + + + + +
+
+
+
+
+
+ +
+

sign

+
+
abstract fun sign(psbt: PartiallySignedBitcoinTransaction)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet-interface/sync.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet-interface/sync.html new file mode 100644 index 0000000000..74bf5158cd --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet-interface/sync.html @@ -0,0 +1,37 @@ + + + + sync + + + + +
+
+
+
+
+
+ +
+

sync

+
+
abstract fun sync(progressUpdate: BdkProgress, maxAddressParam: UInt?)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet/-companion/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet/-companion/index.html new file mode 100644 index 0000000000..7aaaa5746d --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet/-companion/index.html @@ -0,0 +1,41 @@ + + + + Companion + + + + +
+
+
+
+
+
+ +
+

Companion

+
object Companion
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet/-wallet.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet/-wallet.html new file mode 100644 index 0000000000..5512aa3976 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet/-wallet.html @@ -0,0 +1,37 @@ + + + + Wallet + + + + +
+
+
+
+
+
+ +
+

Wallet

+
+
fun Wallet(descriptor: String, changeDescriptor: String?, network: Network, databaseConfig: DatabaseConfig, blockchainConfig: BlockchainConfig)
fun Wallet(pointer: Pointer)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet/broadcast.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet/broadcast.html new file mode 100644 index 0000000000..210273f0f1 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet/broadcast.html @@ -0,0 +1,37 @@ + + + + broadcast + + + + +
+
+
+
+
+
+ +
+

broadcast

+
+
open override fun broadcast(psbt: PartiallySignedBitcoinTransaction): String
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet/get-balance.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet/get-balance.html new file mode 100644 index 0000000000..605d21a49e --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet/get-balance.html @@ -0,0 +1,37 @@ + + + + getBalance + + + + +
+
+
+
+
+
+ +
+

getBalance

+
+
open override fun getBalance(): ULong
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet/get-last-unused-address.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet/get-last-unused-address.html new file mode 100644 index 0000000000..3a213c191e --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet/get-last-unused-address.html @@ -0,0 +1,37 @@ + + + + getLastUnusedAddress + + + + +
+
+
+
+
+
+ +
+

getLastUnusedAddress

+
+
open override fun getLastUnusedAddress(): String
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet/get-network.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet/get-network.html new file mode 100644 index 0000000000..02844dc09d --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet/get-network.html @@ -0,0 +1,37 @@ + + + + getNetwork + + + + +
+
+
+
+
+
+ +
+

getNetwork

+
+
open override fun getNetwork(): Network
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet/get-new-address.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet/get-new-address.html new file mode 100644 index 0000000000..dee6e510e0 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet/get-new-address.html @@ -0,0 +1,37 @@ + + + + getNewAddress + + + + +
+
+
+
+
+
+ +
+

getNewAddress

+
+
open override fun getNewAddress(): String
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet/get-transactions.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet/get-transactions.html new file mode 100644 index 0000000000..8cb9910ca1 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet/get-transactions.html @@ -0,0 +1,37 @@ + + + + getTransactions + + + + +
+
+
+
+
+
+ +
+

getTransactions

+
+
open override fun getTransactions(): List<Transaction>
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet/index.html new file mode 100644 index 0000000000..2f4395c4df --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet/index.html @@ -0,0 +1,228 @@ + + + + Wallet + + + + +
+
+
+
+
+
+ +
+

Wallet

+
class Wallet(pointer: Pointer) : FFIObject, WalletInterface
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun Wallet(descriptor: String, changeDescriptor: String?, network: Network, databaseConfig: DatabaseConfig, blockchainConfig: BlockchainConfig)
+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
object Companion
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun broadcast(psbt: PartiallySignedBitcoinTransaction): String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun close()
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun destroy()
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun getBalance(): ULong
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun getLastUnusedAddress(): String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun getNetwork(): Network
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun getNewAddress(): String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun getTransactions(): List<Transaction>
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun sign(psbt: PartiallySignedBitcoinTransaction)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun sync(progressUpdate: BdkProgress, maxAddressParam: UInt?)
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet/sign.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet/sign.html new file mode 100644 index 0000000000..3bb2b8b10f --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet/sign.html @@ -0,0 +1,37 @@ + + + + sign + + + + +
+
+
+
+
+
+ +
+

sign

+
+
open override fun sign(psbt: PartiallySignedBitcoinTransaction)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet/sync.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet/sync.html new file mode 100644 index 0000000000..f2d343a172 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-wallet/sync.html @@ -0,0 +1,37 @@ + + + + sync + + + + +
+
+
+
+
+
+ +
+

sync

+
+
open override fun sync(progressUpdate: BdkProgress, maxAddressParam: UInt?)
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-word-count/-w-o-r-d-s12/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-word-count/-w-o-r-d-s12/index.html new file mode 100644 index 0000000000..93d5d4102a --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-word-count/-w-o-r-d-s12/index.html @@ -0,0 +1,74 @@ + + + + WORDS12 + + + + +
+
+
+
+
+
+ +
+

WORDS12

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val name: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val ordinal: Int
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-word-count/-w-o-r-d-s15/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-word-count/-w-o-r-d-s15/index.html new file mode 100644 index 0000000000..8506c002b5 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-word-count/-w-o-r-d-s15/index.html @@ -0,0 +1,74 @@ + + + + WORDS15 + + + + +
+
+
+
+
+
+ +
+

WORDS15

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val name: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val ordinal: Int
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-word-count/-w-o-r-d-s18/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-word-count/-w-o-r-d-s18/index.html new file mode 100644 index 0000000000..eace390680 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-word-count/-w-o-r-d-s18/index.html @@ -0,0 +1,74 @@ + + + + WORDS18 + + + + +
+
+
+
+
+
+ +
+

WORDS18

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val name: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val ordinal: Int
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-word-count/-w-o-r-d-s21/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-word-count/-w-o-r-d-s21/index.html new file mode 100644 index 0000000000..2f300e60eb --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-word-count/-w-o-r-d-s21/index.html @@ -0,0 +1,74 @@ + + + + WORDS21 + + + + +
+
+
+
+
+
+ +
+

WORDS21

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val name: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val ordinal: Int
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-word-count/-w-o-r-d-s24/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-word-count/-w-o-r-d-s24/index.html new file mode 100644 index 0000000000..c4348ab9d4 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-word-count/-w-o-r-d-s24/index.html @@ -0,0 +1,74 @@ + + + + WORDS24 + + + + +
+
+
+
+
+
+ +
+

WORDS24

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val name: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val ordinal: Int
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-word-count/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-word-count/index.html new file mode 100644 index 0000000000..4a3588ed8e --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/-word-count/index.html @@ -0,0 +1,151 @@ + + + + WordCount + + + + +
+
+
+
+
+
+ +
+

WordCount

+
enum WordCount : Enum<WordCount>
+
+
+
+
+

Entries

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

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val name: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val ordinal: Int
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/generate-extended-key.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/generate-extended-key.html new file mode 100644 index 0000000000..c5fa46d678 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/generate-extended-key.html @@ -0,0 +1,37 @@ + + + + generateExtendedKey + + + + +
+
+
+
+
+
+ +
+

generateExtendedKey

+
+
fun generateExtendedKey(network: Network, wordCount: WordCount, password: String?): ExtendedKeyInfo
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/index.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/index.html new file mode 100644 index 0000000000..a08806d130 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/index.html @@ -0,0 +1,375 @@ + + + + org.bitcoindevkit + + + + +
+
+
+
+
+
+ +
+

Package org.bitcoindevkit

+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
sealed class BdkException : Exception
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
interface BdkProgress
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
sealed class BlockchainConfig

Sealed class that can be of either blockchain configuration defined by the library.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class BlockTime(height: UInt, timestamp: ULong)

Block height and timestamp of a block

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
interface CallStatusErrorHandler<E>
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
sealed class DatabaseConfig
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class ElectrumConfig(url: String, socks5: String?, retry: UByte, timeout: UByte?, stopGap: ULong)

Configuration for an ElectrumBlockchain

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class EsploraConfig(baseUrl: String, proxy: String?, timeoutRead: ULong, timeoutWrite: ULong, stopGap: ULong)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class ExtendedKeyInfo(mnemonic: String, xprv: String, fingerprint: String)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
class InternalException(message: String) : Exception
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
enum Network : Enum<Network>
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
class PartiallySignedBitcoinTransaction(pointer: Pointer) : FFIObject, PartiallySignedBitcoinTransactionInterface
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
interface PartiallySignedBitcoinTransactionInterface
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class SledDbConfiguration(path: String, treeName: String)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class SqliteDbConfiguration(path: String)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
sealed class Transaction
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class TransactionDetails(fees: ULong?, received: ULong, sent: ULong, txid: String)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Wallet(pointer: Pointer) : FFIObject, WalletInterface
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
interface WalletInterface
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
enum WordCount : Enum<WordCount>
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun generateExtendedKey(network: Network, wordCount: WordCount, password: String?): ExtendedKeyInfo
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun restoreExtendedKey(network: Network, mnemonic: String, password: String?): ExtendedKeyInfo
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/restore-extended-key.html b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/restore-extended-key.html new file mode 100644 index 0000000000..1decd18629 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/org.bitcoindevkit/restore-extended-key.html @@ -0,0 +1,37 @@ + + + + restoreExtendedKey + + + + +
+
+
+
+
+
+ +
+

restoreExtendedKey

+
+
fun restoreExtendedKey(network: Network, mnemonic: String, password: String?): ExtendedKeyInfo
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/bdk-jvm/package-list b/docs/.vuepress/public/bdk-jvm/bdk-jvm/package-list new file mode 100644 index 0000000000..e4eda222c7 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/bdk-jvm/package-list @@ -0,0 +1,197 @@ +$dokka.format:html-v1 +$dokka.linkExtension:html +$dokka.location:org.bitcoindevkit////PointingToDeclaration/bdk-jvm/org.bitcoindevkit/index.html +$dokka.location:org.bitcoindevkit//generateExtendedKey/#org.bitcoindevkit.Network#org.bitcoindevkit.WordCount#kotlin.String?/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/generate-extended-key.html +$dokka.location:org.bitcoindevkit//restoreExtendedKey/#org.bitcoindevkit.Network#kotlin.String#kotlin.String?/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/restore-extended-key.html +$dokka.location:org.bitcoindevkit/BdkException.AddressValidator///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-address-validator/index.html +$dokka.location:org.bitcoindevkit/BdkException.AddressValidator/AddressValidator/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-address-validator/-address-validator.html +$dokka.location:org.bitcoindevkit/BdkException.Bip32///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-bip32/index.html +$dokka.location:org.bitcoindevkit/BdkException.Bip32/Bip32/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-bip32/-bip32.html +$dokka.location:org.bitcoindevkit/BdkException.BnBNoExactMatch///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-bn-b-no-exact-match/index.html +$dokka.location:org.bitcoindevkit/BdkException.BnBNoExactMatch/BnBNoExactMatch/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-bn-b-no-exact-match/-bn-b-no-exact-match.html +$dokka.location:org.bitcoindevkit/BdkException.BnBTotalTriesExceeded///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-bn-b-total-tries-exceeded/index.html +$dokka.location:org.bitcoindevkit/BdkException.BnBTotalTriesExceeded/BnBTotalTriesExceeded/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-bn-b-total-tries-exceeded/-bn-b-total-tries-exceeded.html +$dokka.location:org.bitcoindevkit/BdkException.ChecksumMismatch///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-checksum-mismatch/index.html +$dokka.location:org.bitcoindevkit/BdkException.ChecksumMismatch/ChecksumMismatch/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-checksum-mismatch/-checksum-mismatch.html +$dokka.location:org.bitcoindevkit/BdkException.Descriptor///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-descriptor/index.html +$dokka.location:org.bitcoindevkit/BdkException.Descriptor/Descriptor/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-descriptor/-descriptor.html +$dokka.location:org.bitcoindevkit/BdkException.Electrum///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-electrum/index.html +$dokka.location:org.bitcoindevkit/BdkException.Electrum/Electrum/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-electrum/-electrum.html +$dokka.location:org.bitcoindevkit/BdkException.Encode///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-encode/index.html +$dokka.location:org.bitcoindevkit/BdkException.Encode/Encode/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-encode/-encode.html +$dokka.location:org.bitcoindevkit/BdkException.ErrorHandler///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-error-handler/index.html +$dokka.location:org.bitcoindevkit/BdkException.ErrorHandler/lift/#org.bitcoindevkit.RustBuffer.ByValue/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-error-handler/lift.html +$dokka.location:org.bitcoindevkit/BdkException.ErrorHandler/read/#java.nio.ByteBuffer/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-error-handler/read.html +$dokka.location:org.bitcoindevkit/BdkException.Esplora///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-esplora/index.html +$dokka.location:org.bitcoindevkit/BdkException.Esplora/Esplora/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-esplora/-esplora.html +$dokka.location:org.bitcoindevkit/BdkException.FeeRateTooLow///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-fee-rate-too-low/index.html +$dokka.location:org.bitcoindevkit/BdkException.FeeRateTooLow/FeeRateTooLow/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-fee-rate-too-low/-fee-rate-too-low.html +$dokka.location:org.bitcoindevkit/BdkException.FeeRateUnavailable///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-fee-rate-unavailable/index.html +$dokka.location:org.bitcoindevkit/BdkException.FeeRateUnavailable/FeeRateUnavailable/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-fee-rate-unavailable/-fee-rate-unavailable.html +$dokka.location:org.bitcoindevkit/BdkException.FeeTooLow///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-fee-too-low/index.html +$dokka.location:org.bitcoindevkit/BdkException.FeeTooLow/FeeTooLow/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-fee-too-low/-fee-too-low.html +$dokka.location:org.bitcoindevkit/BdkException.Generic///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-generic/index.html +$dokka.location:org.bitcoindevkit/BdkException.Generic/Generic/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-generic/-generic.html +$dokka.location:org.bitcoindevkit/BdkException.Hex///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-hex/index.html +$dokka.location:org.bitcoindevkit/BdkException.Hex/Hex/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-hex/-hex.html +$dokka.location:org.bitcoindevkit/BdkException.InsufficientFunds///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-insufficient-funds/index.html +$dokka.location:org.bitcoindevkit/BdkException.InsufficientFunds/InsufficientFunds/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-insufficient-funds/-insufficient-funds.html +$dokka.location:org.bitcoindevkit/BdkException.InvalidNetwork///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-network/index.html +$dokka.location:org.bitcoindevkit/BdkException.InvalidNetwork/InvalidNetwork/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-network/-invalid-network.html +$dokka.location:org.bitcoindevkit/BdkException.InvalidOutpoint///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-outpoint/index.html +$dokka.location:org.bitcoindevkit/BdkException.InvalidOutpoint/InvalidOutpoint/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-outpoint/-invalid-outpoint.html +$dokka.location:org.bitcoindevkit/BdkException.InvalidPolicyPathException///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-policy-path-exception/index.html +$dokka.location:org.bitcoindevkit/BdkException.InvalidPolicyPathException/InvalidPolicyPathException/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-policy-path-exception/-invalid-policy-path-exception.html +$dokka.location:org.bitcoindevkit/BdkException.InvalidProgressValue///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-progress-value/index.html +$dokka.location:org.bitcoindevkit/BdkException.InvalidProgressValue/InvalidProgressValue/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-progress-value/-invalid-progress-value.html +$dokka.location:org.bitcoindevkit/BdkException.InvalidU32Bytes///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-u32-bytes/index.html +$dokka.location:org.bitcoindevkit/BdkException.InvalidU32Bytes/InvalidU32Bytes/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-invalid-u32-bytes/-invalid-u32-bytes.html +$dokka.location:org.bitcoindevkit/BdkException.IrreplaceableTransaction///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-irreplaceable-transaction/index.html +$dokka.location:org.bitcoindevkit/BdkException.IrreplaceableTransaction/IrreplaceableTransaction/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-irreplaceable-transaction/-irreplaceable-transaction.html +$dokka.location:org.bitcoindevkit/BdkException.Json///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-json/index.html +$dokka.location:org.bitcoindevkit/BdkException.Json/Json/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-json/-json.html +$dokka.location:org.bitcoindevkit/BdkException.Key///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-key/index.html +$dokka.location:org.bitcoindevkit/BdkException.Key/Key/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-key/-key.html +$dokka.location:org.bitcoindevkit/BdkException.Miniscript///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-miniscript/index.html +$dokka.location:org.bitcoindevkit/BdkException.Miniscript/Miniscript/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-miniscript/-miniscript.html +$dokka.location:org.bitcoindevkit/BdkException.MissingKeyOrigin///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-missing-key-origin/index.html +$dokka.location:org.bitcoindevkit/BdkException.MissingKeyOrigin/MissingKeyOrigin/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-missing-key-origin/-missing-key-origin.html +$dokka.location:org.bitcoindevkit/BdkException.NoRecipients///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-no-recipients/index.html +$dokka.location:org.bitcoindevkit/BdkException.NoRecipients/NoRecipients/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-no-recipients/-no-recipients.html +$dokka.location:org.bitcoindevkit/BdkException.NoUtxosSelected///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-no-utxos-selected/index.html +$dokka.location:org.bitcoindevkit/BdkException.NoUtxosSelected/NoUtxosSelected/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-no-utxos-selected/-no-utxos-selected.html +$dokka.location:org.bitcoindevkit/BdkException.OutputBelowDustLimit///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-output-below-dust-limit/index.html +$dokka.location:org.bitcoindevkit/BdkException.OutputBelowDustLimit/OutputBelowDustLimit/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-output-below-dust-limit/-output-below-dust-limit.html +$dokka.location:org.bitcoindevkit/BdkException.ProgressUpdateException///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-progress-update-exception/index.html +$dokka.location:org.bitcoindevkit/BdkException.ProgressUpdateException/ProgressUpdateException/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-progress-update-exception/-progress-update-exception.html +$dokka.location:org.bitcoindevkit/BdkException.Psbt///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-psbt/index.html +$dokka.location:org.bitcoindevkit/BdkException.Psbt/Psbt/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-psbt/-psbt.html +$dokka.location:org.bitcoindevkit/BdkException.PsbtParse///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-psbt-parse/index.html +$dokka.location:org.bitcoindevkit/BdkException.PsbtParse/PsbtParse/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-psbt-parse/-psbt-parse.html +$dokka.location:org.bitcoindevkit/BdkException.Rusqlite///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-rusqlite/index.html +$dokka.location:org.bitcoindevkit/BdkException.Rusqlite/Rusqlite/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-rusqlite/-rusqlite.html +$dokka.location:org.bitcoindevkit/BdkException.ScriptDoesntHaveAddressForm///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-script-doesnt-have-address-form/index.html +$dokka.location:org.bitcoindevkit/BdkException.ScriptDoesntHaveAddressForm/ScriptDoesntHaveAddressForm/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-script-doesnt-have-address-form/-script-doesnt-have-address-form.html +$dokka.location:org.bitcoindevkit/BdkException.Secp256k1///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-secp256k1/index.html +$dokka.location:org.bitcoindevkit/BdkException.Secp256k1/Secp256k1/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-secp256k1/-secp256k1.html +$dokka.location:org.bitcoindevkit/BdkException.Signer///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-signer/index.html +$dokka.location:org.bitcoindevkit/BdkException.Signer/Signer/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-signer/-signer.html +$dokka.location:org.bitcoindevkit/BdkException.Sled///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-sled/index.html +$dokka.location:org.bitcoindevkit/BdkException.Sled/Sled/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-sled/-sled.html +$dokka.location:org.bitcoindevkit/BdkException.SpendingPolicyRequired///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-spending-policy-required/index.html +$dokka.location:org.bitcoindevkit/BdkException.SpendingPolicyRequired/SpendingPolicyRequired/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-spending-policy-required/-spending-policy-required.html +$dokka.location:org.bitcoindevkit/BdkException.TransactionConfirmed///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-transaction-confirmed/index.html +$dokka.location:org.bitcoindevkit/BdkException.TransactionConfirmed/TransactionConfirmed/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-transaction-confirmed/-transaction-confirmed.html +$dokka.location:org.bitcoindevkit/BdkException.TransactionNotFound///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-transaction-not-found/index.html +$dokka.location:org.bitcoindevkit/BdkException.TransactionNotFound/TransactionNotFound/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-transaction-not-found/-transaction-not-found.html +$dokka.location:org.bitcoindevkit/BdkException.UnknownUtxo///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-unknown-utxo/index.html +$dokka.location:org.bitcoindevkit/BdkException.UnknownUtxo/UnknownUtxo/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/-unknown-utxo/-unknown-utxo.html +$dokka.location:org.bitcoindevkit/BdkException///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-exception/index.html +$dokka.location:org.bitcoindevkit/BdkProgress///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-progress/index.html +$dokka.location:org.bitcoindevkit/BdkProgress/update/#kotlin.Float#kotlin.String?/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-bdk-progress/update.html +$dokka.location:org.bitcoindevkit/BlockTime///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-block-time/index.html +$dokka.location:org.bitcoindevkit/BlockTime/BlockTime/#kotlin.UInt#kotlin.ULong/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-block-time/-block-time.html +$dokka.location:org.bitcoindevkit/BlockTime/height/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-block-time/height.html +$dokka.location:org.bitcoindevkit/BlockTime/timestamp/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-block-time/timestamp.html +$dokka.location:org.bitcoindevkit/BlockchainConfig.Electrum///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-blockchain-config/-electrum/index.html +$dokka.location:org.bitcoindevkit/BlockchainConfig.Electrum/Electrum/#org.bitcoindevkit.ElectrumConfig/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-blockchain-config/-electrum/-electrum.html +$dokka.location:org.bitcoindevkit/BlockchainConfig.Electrum/config/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-blockchain-config/-electrum/config.html +$dokka.location:org.bitcoindevkit/BlockchainConfig.Esplora///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-blockchain-config/-esplora/index.html +$dokka.location:org.bitcoindevkit/BlockchainConfig.Esplora/Esplora/#org.bitcoindevkit.EsploraConfig/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-blockchain-config/-esplora/-esplora.html +$dokka.location:org.bitcoindevkit/BlockchainConfig.Esplora/config/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-blockchain-config/-esplora/config.html +$dokka.location:org.bitcoindevkit/BlockchainConfig///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-blockchain-config/index.html +$dokka.location:org.bitcoindevkit/CallStatusErrorHandler///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-call-status-error-handler/index.html +$dokka.location:org.bitcoindevkit/CallStatusErrorHandler/lift/#org.bitcoindevkit.RustBuffer.ByValue/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-call-status-error-handler/lift.html +$dokka.location:org.bitcoindevkit/DatabaseConfig.Memory///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-database-config/-memory/index.html +$dokka.location:org.bitcoindevkit/DatabaseConfig.Sled///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-database-config/-sled/index.html +$dokka.location:org.bitcoindevkit/DatabaseConfig.Sled/Sled/#org.bitcoindevkit.SledDbConfiguration/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-database-config/-sled/-sled.html +$dokka.location:org.bitcoindevkit/DatabaseConfig.Sled/config/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-database-config/-sled/config.html +$dokka.location:org.bitcoindevkit/DatabaseConfig.Sqlite///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-database-config/-sqlite/index.html +$dokka.location:org.bitcoindevkit/DatabaseConfig.Sqlite/Sqlite/#org.bitcoindevkit.SqliteDbConfiguration/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-database-config/-sqlite/-sqlite.html +$dokka.location:org.bitcoindevkit/DatabaseConfig.Sqlite/config/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-database-config/-sqlite/config.html +$dokka.location:org.bitcoindevkit/DatabaseConfig///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-database-config/index.html +$dokka.location:org.bitcoindevkit/ElectrumConfig///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-electrum-config/index.html +$dokka.location:org.bitcoindevkit/ElectrumConfig/ElectrumConfig/#kotlin.String#kotlin.String?#kotlin.UByte#kotlin.UByte?#kotlin.ULong/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-electrum-config/-electrum-config.html +$dokka.location:org.bitcoindevkit/ElectrumConfig/retry/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-electrum-config/retry.html +$dokka.location:org.bitcoindevkit/ElectrumConfig/socks5/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-electrum-config/socks5.html +$dokka.location:org.bitcoindevkit/ElectrumConfig/stopGap/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-electrum-config/stop-gap.html +$dokka.location:org.bitcoindevkit/ElectrumConfig/timeout/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-electrum-config/timeout.html +$dokka.location:org.bitcoindevkit/ElectrumConfig/url/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-electrum-config/url.html +$dokka.location:org.bitcoindevkit/EsploraConfig///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-esplora-config/index.html +$dokka.location:org.bitcoindevkit/EsploraConfig/EsploraConfig/#kotlin.String#kotlin.String?#kotlin.ULong#kotlin.ULong#kotlin.ULong/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-esplora-config/-esplora-config.html +$dokka.location:org.bitcoindevkit/EsploraConfig/baseUrl/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-esplora-config/base-url.html +$dokka.location:org.bitcoindevkit/EsploraConfig/proxy/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-esplora-config/proxy.html +$dokka.location:org.bitcoindevkit/EsploraConfig/stopGap/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-esplora-config/stop-gap.html +$dokka.location:org.bitcoindevkit/EsploraConfig/timeoutRead/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-esplora-config/timeout-read.html +$dokka.location:org.bitcoindevkit/EsploraConfig/timeoutWrite/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-esplora-config/timeout-write.html +$dokka.location:org.bitcoindevkit/ExtendedKeyInfo///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-extended-key-info/index.html +$dokka.location:org.bitcoindevkit/ExtendedKeyInfo/ExtendedKeyInfo/#kotlin.String#kotlin.String#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-extended-key-info/-extended-key-info.html +$dokka.location:org.bitcoindevkit/ExtendedKeyInfo/fingerprint/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-extended-key-info/fingerprint.html +$dokka.location:org.bitcoindevkit/ExtendedKeyInfo/mnemonic/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-extended-key-info/mnemonic.html +$dokka.location:org.bitcoindevkit/ExtendedKeyInfo/xprv/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-extended-key-info/xprv.html +$dokka.location:org.bitcoindevkit/InternalException///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-internal-exception/index.html +$dokka.location:org.bitcoindevkit/InternalException/InternalException/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-internal-exception/-internal-exception.html +$dokka.location:org.bitcoindevkit/Network.BITCOIN///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-network/-b-i-t-c-o-i-n/index.html +$dokka.location:org.bitcoindevkit/Network.REGTEST///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-network/-r-e-g-t-e-s-t/index.html +$dokka.location:org.bitcoindevkit/Network.SIGNET///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-network/-s-i-g-n-e-t/index.html +$dokka.location:org.bitcoindevkit/Network.TESTNET///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-network/-t-e-s-t-n-e-t/index.html +$dokka.location:org.bitcoindevkit/Network///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-network/index.html +$dokka.location:org.bitcoindevkit/PartiallySignedBitcoinTransaction///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-partially-signed-bitcoin-transaction/index.html +$dokka.location:org.bitcoindevkit/PartiallySignedBitcoinTransaction/PartiallySignedBitcoinTransaction/#com.sun.jna.Pointer/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-partially-signed-bitcoin-transaction/-partially-signed-bitcoin-transaction.html +$dokka.location:org.bitcoindevkit/PartiallySignedBitcoinTransaction/PartiallySignedBitcoinTransaction/#org.bitcoindevkit.Wallet#kotlin.String#kotlin.ULong#kotlin.Float?/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-partially-signed-bitcoin-transaction/-partially-signed-bitcoin-transaction.html +$dokka.location:org.bitcoindevkit/PartiallySignedBitcoinTransaction/serialize/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-partially-signed-bitcoin-transaction/serialize.html +$dokka.location:org.bitcoindevkit/PartiallySignedBitcoinTransactionInterface///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-partially-signed-bitcoin-transaction-interface/index.html +$dokka.location:org.bitcoindevkit/PartiallySignedBitcoinTransactionInterface/serialize/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-partially-signed-bitcoin-transaction-interface/serialize.html +$dokka.location:org.bitcoindevkit/SledDbConfiguration.Companion///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-sled-db-configuration/-companion/index.html +$dokka.location:org.bitcoindevkit/SledDbConfiguration///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-sled-db-configuration/index.html +$dokka.location:org.bitcoindevkit/SledDbConfiguration/SledDbConfiguration/#kotlin.String#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-sled-db-configuration/-sled-db-configuration.html +$dokka.location:org.bitcoindevkit/SledDbConfiguration/path/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-sled-db-configuration/path.html +$dokka.location:org.bitcoindevkit/SledDbConfiguration/treeName/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-sled-db-configuration/tree-name.html +$dokka.location:org.bitcoindevkit/SqliteDbConfiguration.Companion///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-sqlite-db-configuration/-companion/index.html +$dokka.location:org.bitcoindevkit/SqliteDbConfiguration///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-sqlite-db-configuration/index.html +$dokka.location:org.bitcoindevkit/SqliteDbConfiguration/SqliteDbConfiguration/#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-sqlite-db-configuration/-sqlite-db-configuration.html +$dokka.location:org.bitcoindevkit/SqliteDbConfiguration/path/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-sqlite-db-configuration/path.html +$dokka.location:org.bitcoindevkit/Transaction.Confirmed///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-transaction/-confirmed/index.html +$dokka.location:org.bitcoindevkit/Transaction.Confirmed/Confirmed/#org.bitcoindevkit.TransactionDetails#org.bitcoindevkit.BlockTime/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-transaction/-confirmed/-confirmed.html +$dokka.location:org.bitcoindevkit/Transaction.Confirmed/confirmation/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-transaction/-confirmed/confirmation.html +$dokka.location:org.bitcoindevkit/Transaction.Confirmed/details/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-transaction/-confirmed/details.html +$dokka.location:org.bitcoindevkit/Transaction.Unconfirmed///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-transaction/-unconfirmed/index.html +$dokka.location:org.bitcoindevkit/Transaction.Unconfirmed/Unconfirmed/#org.bitcoindevkit.TransactionDetails/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-transaction/-unconfirmed/-unconfirmed.html +$dokka.location:org.bitcoindevkit/Transaction.Unconfirmed/details/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-transaction/-unconfirmed/details.html +$dokka.location:org.bitcoindevkit/Transaction///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-transaction/index.html +$dokka.location:org.bitcoindevkit/TransactionDetails.Companion///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-transaction-details/-companion/index.html +$dokka.location:org.bitcoindevkit/TransactionDetails///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-transaction-details/index.html +$dokka.location:org.bitcoindevkit/TransactionDetails/TransactionDetails/#kotlin.ULong?#kotlin.ULong#kotlin.ULong#kotlin.String/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-transaction-details/-transaction-details.html +$dokka.location:org.bitcoindevkit/TransactionDetails/fees/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-transaction-details/fees.html +$dokka.location:org.bitcoindevkit/TransactionDetails/received/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-transaction-details/received.html +$dokka.location:org.bitcoindevkit/TransactionDetails/sent/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-transaction-details/sent.html +$dokka.location:org.bitcoindevkit/TransactionDetails/txid/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-transaction-details/txid.html +$dokka.location:org.bitcoindevkit/Wallet.Companion///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-wallet/-companion/index.html +$dokka.location:org.bitcoindevkit/Wallet///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-wallet/index.html +$dokka.location:org.bitcoindevkit/Wallet/Wallet/#com.sun.jna.Pointer/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-wallet/-wallet.html +$dokka.location:org.bitcoindevkit/Wallet/Wallet/#kotlin.String#kotlin.String?#org.bitcoindevkit.Network#org.bitcoindevkit.DatabaseConfig#org.bitcoindevkit.BlockchainConfig/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-wallet/-wallet.html +$dokka.location:org.bitcoindevkit/Wallet/broadcast/#org.bitcoindevkit.PartiallySignedBitcoinTransaction/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-wallet/broadcast.html +$dokka.location:org.bitcoindevkit/Wallet/getBalance/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-wallet/get-balance.html +$dokka.location:org.bitcoindevkit/Wallet/getLastUnusedAddress/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-wallet/get-last-unused-address.html +$dokka.location:org.bitcoindevkit/Wallet/getNetwork/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-wallet/get-network.html +$dokka.location:org.bitcoindevkit/Wallet/getNewAddress/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-wallet/get-new-address.html +$dokka.location:org.bitcoindevkit/Wallet/getTransactions/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-wallet/get-transactions.html +$dokka.location:org.bitcoindevkit/Wallet/sign/#org.bitcoindevkit.PartiallySignedBitcoinTransaction/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-wallet/sign.html +$dokka.location:org.bitcoindevkit/Wallet/sync/#org.bitcoindevkit.BdkProgress#kotlin.UInt?/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-wallet/sync.html +$dokka.location:org.bitcoindevkit/WalletInterface///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-wallet-interface/index.html +$dokka.location:org.bitcoindevkit/WalletInterface/broadcast/#org.bitcoindevkit.PartiallySignedBitcoinTransaction/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-wallet-interface/broadcast.html +$dokka.location:org.bitcoindevkit/WalletInterface/getBalance/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-wallet-interface/get-balance.html +$dokka.location:org.bitcoindevkit/WalletInterface/getLastUnusedAddress/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-wallet-interface/get-last-unused-address.html +$dokka.location:org.bitcoindevkit/WalletInterface/getNetwork/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-wallet-interface/get-network.html +$dokka.location:org.bitcoindevkit/WalletInterface/getNewAddress/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-wallet-interface/get-new-address.html +$dokka.location:org.bitcoindevkit/WalletInterface/getTransactions/#/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-wallet-interface/get-transactions.html +$dokka.location:org.bitcoindevkit/WalletInterface/sign/#org.bitcoindevkit.PartiallySignedBitcoinTransaction/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-wallet-interface/sign.html +$dokka.location:org.bitcoindevkit/WalletInterface/sync/#org.bitcoindevkit.BdkProgress#kotlin.UInt?/PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-wallet-interface/sync.html +$dokka.location:org.bitcoindevkit/WordCount.WORDS12///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-word-count/-w-o-r-d-s12/index.html +$dokka.location:org.bitcoindevkit/WordCount.WORDS15///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-word-count/-w-o-r-d-s15/index.html +$dokka.location:org.bitcoindevkit/WordCount.WORDS18///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-word-count/-w-o-r-d-s18/index.html +$dokka.location:org.bitcoindevkit/WordCount.WORDS21///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-word-count/-w-o-r-d-s21/index.html +$dokka.location:org.bitcoindevkit/WordCount.WORDS24///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-word-count/-w-o-r-d-s24/index.html +$dokka.location:org.bitcoindevkit/WordCount///PointingToDeclaration/bdk-jvm/org.bitcoindevkit/-word-count/index.html +org.bitcoindevkit + diff --git a/docs/.vuepress/public/bdk-jvm/images/anchor-copy-button.svg b/docs/.vuepress/public/bdk-jvm/images/anchor-copy-button.svg new file mode 100644 index 0000000000..bab9d747ff --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/images/anchor-copy-button.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/docs/.vuepress/public/bdk-jvm/images/arrow_down.svg b/docs/.vuepress/public/bdk-jvm/images/arrow_down.svg new file mode 100644 index 0000000000..c0388dee2c --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/images/arrow_down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/docs/.vuepress/public/bdk-jvm/images/copy-icon.svg b/docs/.vuepress/public/bdk-jvm/images/copy-icon.svg new file mode 100644 index 0000000000..61440f0a40 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/images/copy-icon.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/docs/.vuepress/public/bdk-jvm/images/copy-successful-icon.svg b/docs/.vuepress/public/bdk-jvm/images/copy-successful-icon.svg new file mode 100644 index 0000000000..1865f739b0 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/images/copy-successful-icon.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/docs/.vuepress/public/bdk-jvm/images/footer-go-to-link.svg b/docs/.vuepress/public/bdk-jvm/images/footer-go-to-link.svg new file mode 100644 index 0000000000..0137e22313 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/images/footer-go-to-link.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/docs/.vuepress/public/bdk-jvm/images/go-to-top-icon.svg b/docs/.vuepress/public/bdk-jvm/images/go-to-top-icon.svg new file mode 100644 index 0000000000..d987f3eadc --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/images/go-to-top-icon.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/docs/.vuepress/public/bdk-jvm/images/logo-icon.svg b/docs/.vuepress/public/bdk-jvm/images/logo-icon.svg new file mode 100644 index 0000000000..1fea08773f --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/images/logo-icon.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/docs/.vuepress/public/bdk-jvm/images/theme-toggle.svg b/docs/.vuepress/public/bdk-jvm/images/theme-toggle.svg new file mode 100644 index 0000000000..2a8d750ea9 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/images/theme-toggle.svg @@ -0,0 +1,4 @@ + + + \ No newline at end of file diff --git a/docs/.vuepress/public/bdk-jvm/index.html b/docs/.vuepress/public/bdk-jvm/index.html new file mode 100644 index 0000000000..f790d992e6 --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/index.html @@ -0,0 +1,53 @@ + + + + bdk-jvm + + + + +
+
+
+
+
+
+ +
+

bdk-jvm

+

The bitcoindevkit language bindings library for the JVM. Current version: 0.5.1.

+
+

Packages

+
+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/.vuepress/public/bdk-jvm/navigation.html b/docs/.vuepress/public/bdk-jvm/navigation.html new file mode 100644 index 0000000000..d633320fcf --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/navigation.html @@ -0,0 +1,100 @@ + + diff --git a/docs/.vuepress/public/bdk-jvm/scripts/clipboard.js b/docs/.vuepress/public/bdk-jvm/scripts/clipboard.js new file mode 100644 index 0000000000..b00ce246ef --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/scripts/clipboard.js @@ -0,0 +1,52 @@ +window.addEventListener('load', () => { + document.querySelectorAll('span.copy-icon').forEach(element => { + element.addEventListener('click', (el) => copyElementsContentToClipboard(element)); + }) + + document.querySelectorAll('span.anchor-icon').forEach(element => { + element.addEventListener('click', (el) => { + if(element.hasAttribute('pointing-to')){ + const location = hrefWithoutCurrentlyUsedAnchor() + '#' + element.getAttribute('pointing-to') + copyTextToClipboard(element, location) + } + }); + }) +}) + +const copyElementsContentToClipboard = (element) => { + const selection = window.getSelection(); + const range = document.createRange(); + range.selectNodeContents(element.parentNode.parentNode); + selection.removeAllRanges(); + selection.addRange(range); + + copyAndShowPopup(element, () => selection.removeAllRanges()) +} + +const copyTextToClipboard = (element, text) => { + var textarea = document.createElement("textarea"); + textarea.textContent = text; + textarea.style.position = "fixed"; + document.body.appendChild(textarea); + textarea.select(); + + copyAndShowPopup(element, () => document.body.removeChild(textarea)) +} + +const copyAndShowPopup = (element, after) => { + try { + document.execCommand('copy'); + element.nextElementSibling.classList.add('active-popup'); + setTimeout(() => { + element.nextElementSibling.classList.remove('active-popup'); + }, 1200); + } catch (e) { + console.error('Failed to write to clipboard:', e) + } + finally { + if(after) after() + } +} + +const hrefWithoutCurrentlyUsedAnchor = () => window.location.href.split('#')[0] + diff --git a/docs/.vuepress/public/bdk-jvm/scripts/main.js b/docs/.vuepress/public/bdk-jvm/scripts/main.js new file mode 100644 index 0000000000..b3ee88c57d --- /dev/null +++ b/docs/.vuepress/public/bdk-jvm/scripts/main.js @@ -0,0 +1,44 @@ +(()=>{var e={8527:e=>{e.exports=''},5570:e=>{e.exports=''},107:e=>{e.exports=''},7224:e=>{e.exports=''},538:e=>{e.exports=''},1924:(e,n,t)=>{"use strict";var r=t(210),o=t(5559),i=o(r("String.prototype.indexOf"));e.exports=function(e,n){var t=r(e,!!n);return"function"==typeof t&&i(e,".prototype.")>-1?o(t):t}},5559:(e,n,t)=>{"use strict";var r=t(8612),o=t(210),i=o("%Function.prototype.apply%"),a=o("%Function.prototype.call%"),l=o("%Reflect.apply%",!0)||r.call(a,i),c=o("%Object.getOwnPropertyDescriptor%",!0),u=o("%Object.defineProperty%",!0),s=o("%Math.max%");if(u)try{u({},"a",{value:1})}catch(e){u=null}e.exports=function(e){var n=l(r,a,arguments);if(c&&u){var t=c(n,"length");t.configurable&&u(n,"length",{value:1+s(0,e.length-(arguments.length-1))})}return n};var f=function(){return l(r,i,arguments)};u?u(e.exports,"apply",{value:f}):e.exports.apply=f},4184:(e,n)=>{var t; +/*! + Copyright (c) 2018 Jed Watson. + Licensed under the MIT License (MIT), see + http://jedwatson.github.io/classnames +*/!function(){"use strict";var r={}.hasOwnProperty;function o(){for(var e=[],n=0;n{"use strict";e.exports=function(e,n){var t=this,r=t.constructor;return t.options=Object.assign({storeInstancesGlobally:!0},n||{}),t.callbacks={},t.directMap={},t.sequenceLevels={},t.resetTimer=null,t.ignoreNextKeyup=!1,t.ignoreNextKeypress=!1,t.nextExpectedAction=!1,t.element=e,t.addEvents(),t.options.storeInstancesGlobally&&r.instances.push(t),t},e.exports.prototype.bind=t(2207),e.exports.prototype.bindMultiple=t(3396),e.exports.prototype.unbind=t(9208),e.exports.prototype.trigger=t(9855),e.exports.prototype.reset=t(6214),e.exports.prototype.stopCallback=t(3450),e.exports.prototype.handleKey=t(3067),e.exports.prototype.addEvents=t(718),e.exports.prototype.bindSingle=t(8763),e.exports.prototype.getKeyInfo=t(5825),e.exports.prototype.pickBestAction=t(8608),e.exports.prototype.getReverseMap=t(3956),e.exports.prototype.getMatches=t(3373),e.exports.prototype.resetSequences=t(3346),e.exports.prototype.fireCallback=t(2684),e.exports.prototype.bindSequence=t(7103),e.exports.prototype.resetSequenceTimer=t(7309),e.exports.prototype.detach=t(7554),e.exports.instances=[],e.exports.reset=t(1822),e.exports.REVERSE_MAP=null},718:(e,n,t)=>{"use strict";e.exports=function(){var e=this,n=t(4323),r=e.element;e.eventHandler=t(9646).bind(e),n(r,"keypress",e.eventHandler),n(r,"keydown",e.eventHandler),n(r,"keyup",e.eventHandler)}},2207:e=>{"use strict";e.exports=function(e,n,t){return e=e instanceof Array?e:[e],this.bindMultiple(e,n,t),this}},3396:e=>{"use strict";e.exports=function(e,n,t){for(var r=0;r{"use strict";e.exports=function(e,n,r,o){var i=this;function a(n){return function(){i.nextExpectedAction=n,++i.sequenceLevels[e],i.resetSequenceTimer()}}function l(n){var a;i.fireCallback(r,n,e),"keyup"!==o&&(a=t(6770),i.ignoreNextKeyup=a(n)),setTimeout((function(){i.resetSequences()}),10)}i.sequenceLevels[e]=0;for(var c=0;c{"use strict";e.exports=function(e,n,t,r,o){var i=this;i.directMap[e+":"+t]=n;var a,l=(e=e.replace(/\s+/g," ")).split(" ");l.length>1?i.bindSequence(e,l,n,t):(a=i.getKeyInfo(e,t),i.callbacks[a.key]=i.callbacks[a.key]||[],i.getMatches(a.key,a.modifiers,{type:a.action},r,e,o),i.callbacks[a.key][r?"unshift":"push"]({callback:n,modifiers:a.modifiers,action:a.action,seq:r,level:o,combo:e}))}},7554:(e,n,t)=>{var r=t(4323).off;e.exports=function(){var e=this,n=e.element;r(n,"keypress",e.eventHandler),r(n,"keydown",e.eventHandler),r(n,"keyup",e.eventHandler)}},4323:e=>{function n(e,n,t,r){return!e.addEventListener&&(n="on"+n),(e.addEventListener||e.attachEvent).call(e,n,t,r),t}e.exports=n,e.exports.on=n,e.exports.off=function(e,n,t,r){return!e.removeEventListener&&(n="on"+n),(e.removeEventListener||e.detachEvent).call(e,n,t,r),t}},2684:(e,n,t)=>{"use strict";e.exports=function(e,n,r,o){this.stopCallback(n,n.target||n.srcElement,r,o)||!1===e(n,r)&&(t(1350)(n),t(6103)(n))}},5825:(e,n,t)=>{"use strict";e.exports=function(e,n){var r,o,i,a,l,c,u=[];for(r=t(4520)(e),a=t(7549),l=t(5355),c=t(8581),i=0;i{"use strict";e.exports=function(e,n,r,o,i,a){var l,c,u,s,f=this,p=[],d=r.type;"keypress"!==d||r.code&&"Arrow"===r.code.slice(0,5)||(f.callbacks["any-character"]||[]).forEach((function(e){p.push(e)}));if(!f.callbacks[e])return p;for(u=t(8581),"keyup"===d&&u(e)&&(n=[e]),l=0;l{"use strict";e.exports=function(){var e,n=this.constructor;if(!n.REVERSE_MAP)for(var r in n.REVERSE_MAP={},e=t(4766))r>95&&r<112||e.hasOwnProperty(r)&&(n.REVERSE_MAP[e[r]]=r);return n.REVERSE_MAP}},3067:(e,n,t)=>{"use strict";e.exports=function(e,n,r){var o,i,a,l,c=this,u={},s=0,f=!1;for(o=c.getMatches(e,n,r),i=0;i{"use strict";e.exports=function(e){var n,r=this;"number"!=typeof e.which&&(e.which=e.keyCode);var o=t(6770)(e);void 0!==o&&("keyup"!==e.type||r.ignoreNextKeyup!==o?(n=t(4610),r.handleKey(o,n(e),e)):r.ignoreNextKeyup=!1)}},5532:e=>{"use strict";e.exports=function(e,n){return e.sort().join(",")===n.sort().join(",")}},8608:e=>{"use strict";e.exports=function(e,n,t){return t||(t=this.getReverseMap()[e]?"keydown":"keypress"),"keypress"===t&&n.length&&(t="keydown"),t}},6214:e=>{"use strict";e.exports=function(){return this.callbacks={},this.directMap={},this}},7309:e=>{"use strict";e.exports=function(){var e=this;clearTimeout(e.resetTimer),e.resetTimer=setTimeout((function(){e.resetSequences()}),1e3)}},3346:e=>{"use strict";e.exports=function(e){var n=this;e=e||{};var t,r=!1;for(t in n.sequenceLevels)e[t]?r=!0:n.sequenceLevels[t]=0;r||(n.nextExpectedAction=!1)}},3450:e=>{"use strict";e.exports=function(e,n){if((" "+n.className+" ").indexOf(" combokeys ")>-1)return!1;var t=n.tagName.toLowerCase();return"input"===t||"select"===t||"textarea"===t||n.isContentEditable}},9855:e=>{"use strict";e.exports=function(e,n){return this.directMap[e+":"+n]&&this.directMap[e+":"+n]({},e),this}},9208:e=>{"use strict";e.exports=function(e,n){return this.bind(e,(function(){}),n)}},1822:e=>{"use strict";e.exports=function(){this.instances.forEach((function(e){e.reset()}))}},6770:(e,n,t)=>{"use strict";e.exports=function(e){var n,r;if(n=t(4766),r=t(5295),"keypress"===e.type){var o=String.fromCharCode(e.which);return e.shiftKey||(o=o.toLowerCase()),o}return void 0!==n[e.which]?n[e.which]:void 0!==r[e.which]?r[e.which]:String.fromCharCode(e.which).toLowerCase()}},4610:e=>{"use strict";e.exports=function(e){var n=[];return e.shiftKey&&n.push("shift"),e.altKey&&n.push("alt"),e.ctrlKey&&n.push("ctrl"),e.metaKey&&n.push("meta"),n}},8581:e=>{"use strict";e.exports=function(e){return"shift"===e||"ctrl"===e||"alt"===e||"meta"===e}},4520:e=>{"use strict";e.exports=function(e){return"+"===e?["+"]:e.split("+")}},1350:e=>{"use strict";e.exports=function(e){e.preventDefault?e.preventDefault():e.returnValue=!1}},5355:e=>{"use strict";e.exports={"~":"`","!":"1","@":"2","#":"3",$:"4","%":"5","^":"6","&":"7","*":"8","(":"9",")":"0",_:"-","+":"=",":":";",'"':"'","<":",",">":".","?":"/","|":"\\"}},7549:e=>{"use strict";e.exports={option:"alt",command:"meta",return:"enter",escape:"esc",mod:/Mac|iPod|iPhone|iPad/.test(navigator.platform)?"meta":"ctrl"}},5295:e=>{"use strict";e.exports={106:"*",107:"plus",109:"minus",110:".",111:"/",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'"}},4766:e=>{"use strict";e.exports={8:"backspace",9:"tab",13:"enter",16:"shift",17:"ctrl",18:"alt",20:"capslock",27:"esc",32:"space",33:"pageup",34:"pagedown",35:"end",36:"home",37:"left",38:"up",39:"right",40:"down",45:"ins",46:"del",91:"meta",93:"meta",173:"minus",187:"plus",189:"minus",224:"meta"};for(var n=1;n<20;++n)e.exports[111+n]="f"+n;for(n=0;n<=9;++n)e.exports[n+96]=n},6103:e=>{"use strict";e.exports=function(e){e.stopPropagation?e.stopPropagation():e.cancelBubble=!0}},3362:()=>{var e;!function(){var e=Math.PI,n=2*e,t=e/180,r=document.createElement("div");document.head.appendChild(r);var o=self.ConicGradient=function(e){o.all.push(this),e=e||{},this.canvas=document.createElement("canvas"),this.context=this.canvas.getContext("2d"),this.repeating=!!e.repeating,this.size=e.size||Math.max(innerWidth,innerHeight),this.canvas.width=this.canvas.height=this.size;var n=e.stops;this.stops=(n||"").split(/\s*,(?![^(]*\))\s*/),this.from=0;for(var t=0;t0){var i=this.stops[0].clone();i.pos=0,this.stops.unshift(i)}if(void 0===this.stops[this.stops.length-1].pos)this.stops[this.stops.length-1].pos=1;else if(!this.repeating&&this.stops[this.stops.length-1].pos<1){var a=this.stops[this.stops.length-1].clone();a.pos=1,this.stops.push(a)}if(this.stops.forEach((function(e,n){if(void 0===e.pos){for(var t=n+1;this[t];t++)if(void 0!==this[t].pos){e.pos=this[n-1].pos+(this[t].pos-this[n-1].pos)/(t-n+1);break}}else n>0&&(e.pos=Math.max(e.pos,this[n-1].pos))}),this.stops),this.repeating){var l=(n=this.stops.slice())[n.length-1].pos-n[0].pos;for(t=0;this.stops[this.stops.length-1].pos<1&&t<1e4;t++)for(var c=0;c'},get png(){return this.canvas.toDataURL()},get r(){return Math.sqrt(2)*this.size/2},paint:function(){var e,n,r,o=this.context,i=this.r,a=this.size/2,l=0,c=this.stops[l];o.translate(this.size/2,this.size/2),o.rotate(-90*t),o.rotate(this.from*t),o.translate(-this.size/2,-this.size/2);for(var u=0;u<360;){if(u/360+1e-5>=c.pos){do{e=c,l++,c=this.stops[l]}while(c&&c!=e&&c.pos===e.pos);if(!c)break;var s=e.color+""==c.color+""&&e!=c;n=e.color.map((function(e,n){return c.color[n]-e}))}r=(u/360-e.pos)/(c.pos-e.pos);var f=s?c.color:n.map((function(n,t){var o=n*r+e.color[t];return t<3?255&o:o}));if(o.fillStyle="rgba("+f.join(",")+")",o.beginPath(),o.moveTo(a,a),s)var p=360*(c.pos-e.pos);else p=.5;var d=u*t,h=(d=Math.min(360*t,d))+p*t;h=Math.min(360*t,h+.02),o.arc(a,a,i,d,h),o.closePath(),o.fill(),u+=p}}},o.ColorStop=function(e,t){if(this.gradient=e,t){var r=t.match(/^(.+?)(?:\s+([\d.]+)(%|deg|turn|grad|rad)?)?(?:\s+([\d.]+)(%|deg|turn|grad|rad)?)?\s*$/);if(this.color=o.ColorStop.colorToRGBA(r[1]),r[2]){var i=r[3];"%"==i||"0"===r[2]&&!i?this.pos=r[2]/100:"turn"==i?this.pos=+r[2]:"deg"==i?this.pos=r[2]/360:"grad"==i?this.pos=r[2]/400:"rad"==i&&(this.pos=r[2]/n)}r[4]&&(this.next=new o.ColorStop(e,r[1]+" "+r[4]+r[5]))}},o.ColorStop.prototype={clone:function(){var e=new o.ColorStop(this.gradient);return e.color=this.color,e.pos=this.pos,e},toString:function(){return"rgba("+this.color.join(", ")+") "+100*this.pos+"%"}},o.ColorStop.colorToRGBA=function(e){if(!Array.isArray(e)&&-1==e.indexOf("from")){r.style.color=e;var n=getComputedStyle(r).color.match(/rgba?\(([\d.]+), ([\d.]+), ([\d.]+)(?:, ([\d.]+))?\)/);return n&&(n.shift(),(n=n.map((function(e){return+e})))[3]=isNaN(n[3])?1:n[3]),n||[0,0,0,0]}return e}}(),self.StyleFix&&((e=document.createElement("p")).style.backgroundImage="conic-gradient(white, black)",e.style.backgroundImage=PrefixFree.prefix+"conic-gradient(white, black)",e.style.backgroundImage||StyleFix.register((function(e,n){return e.indexOf("conic-gradient")>-1&&(e=e.replace(/(?:repeating-)?conic-gradient\(\s*((?:\([^()]+\)|[^;()}])+?)\)/g,(function(e,n){return new ConicGradient({stops:n,repeating:e.indexOf("repeating-")>-1})}))),e})))},9662:(e,n,t)=>{var r=t(7854),o=t(614),i=t(6330),a=r.TypeError;e.exports=function(e){if(o(e))return e;throw a(i(e)+" is not a function")}},9483:(e,n,t)=>{var r=t(7854),o=t(4411),i=t(6330),a=r.TypeError;e.exports=function(e){if(o(e))return e;throw a(i(e)+" is not a constructor")}},6077:(e,n,t)=>{var r=t(7854),o=t(614),i=r.String,a=r.TypeError;e.exports=function(e){if("object"==typeof e||o(e))return e;throw a("Can't set "+i(e)+" as a prototype")}},1223:(e,n,t)=>{var r=t(5112),o=t(30),i=t(3070),a=r("unscopables"),l=Array.prototype;null==l[a]&&i.f(l,a,{configurable:!0,value:o(null)}),e.exports=function(e){l[a][e]=!0}},1530:(e,n,t)=>{"use strict";var r=t(8710).charAt;e.exports=function(e,n,t){return n+(t?r(e,n).length:1)}},5787:(e,n,t)=>{var r=t(7854),o=t(7976),i=r.TypeError;e.exports=function(e,n){if(o(n,e))return e;throw i("Incorrect invocation")}},9670:(e,n,t)=>{var r=t(7854),o=t(111),i=r.String,a=r.TypeError;e.exports=function(e){if(o(e))return e;throw a(i(e)+" is not an object")}},7556:(e,n,t)=>{var r=t(7293);e.exports=r((function(){if("function"==typeof ArrayBuffer){var e=new ArrayBuffer(8);Object.isExtensible(e)&&Object.defineProperty(e,"a",{value:8})}}))},8533:(e,n,t)=>{"use strict";var r=t(2092).forEach,o=t(9341)("forEach");e.exports=o?[].forEach:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}},8457:(e,n,t)=>{"use strict";var r=t(7854),o=t(9974),i=t(6916),a=t(7908),l=t(3411),c=t(7659),u=t(4411),s=t(6244),f=t(6135),p=t(8554),d=t(1246),h=r.Array;e.exports=function(e){var n=a(e),t=u(this),r=arguments.length,g=r>1?arguments[1]:void 0,v=void 0!==g;v&&(g=o(g,r>2?arguments[2]:void 0));var A,b,m,y,E,_,C=d(n),w=0;if(!C||this==h&&c(C))for(A=s(n),b=t?new this(A):h(A);A>w;w++)_=v?g(n[w],w):n[w],f(b,w,_);else for(E=(y=p(n,C)).next,b=t?new this:[];!(m=i(E,y)).done;w++)_=v?l(y,g,[m.value,w],!0):m.value,f(b,w,_);return b.length=w,b}},1318:(e,n,t)=>{var r=t(5656),o=t(1400),i=t(6244),a=function(e){return function(n,t,a){var l,c=r(n),u=i(c),s=o(a,u);if(e&&t!=t){for(;u>s;)if((l=c[s++])!=l)return!0}else for(;u>s;s++)if((e||s in c)&&c[s]===t)return e||s||0;return!e&&-1}};e.exports={includes:a(!0),indexOf:a(!1)}},2092:(e,n,t)=>{var r=t(9974),o=t(1702),i=t(8361),a=t(7908),l=t(6244),c=t(5417),u=o([].push),s=function(e){var n=1==e,t=2==e,o=3==e,s=4==e,f=6==e,p=7==e,d=5==e||f;return function(h,g,v,A){for(var b,m,y=a(h),E=i(y),_=r(g,v),C=l(E),w=0,x=A||c,k=n?x(h,C):t||p?x(h,0):void 0;C>w;w++)if((d||w in E)&&(m=_(b=E[w],w,y),e))if(n)k[w]=m;else if(m)switch(e){case 3:return!0;case 5:return b;case 6:return w;case 2:u(k,b)}else switch(e){case 4:return!1;case 7:u(k,b)}return f?-1:o||s?s:k}};e.exports={forEach:s(0),map:s(1),filter:s(2),some:s(3),every:s(4),find:s(5),findIndex:s(6),filterReject:s(7)}},1194:(e,n,t)=>{var r=t(7293),o=t(5112),i=t(7392),a=o("species");e.exports=function(e){return i>=51||!r((function(){var n=[];return(n.constructor={})[a]=function(){return{foo:1}},1!==n[e](Boolean).foo}))}},9341:(e,n,t)=>{"use strict";var r=t(7293);e.exports=function(e,n){var t=[][e];return!!t&&r((function(){t.call(null,n||function(){throw 1},1)}))}},3671:(e,n,t)=>{var r=t(7854),o=t(9662),i=t(7908),a=t(8361),l=t(6244),c=r.TypeError,u=function(e){return function(n,t,r,u){o(t);var s=i(n),f=a(s),p=l(s),d=e?p-1:0,h=e?-1:1;if(r<2)for(;;){if(d in f){u=f[d],d+=h;break}if(d+=h,e?d<0:p<=d)throw c("Reduce of empty array with no initial value")}for(;e?d>=0:p>d;d+=h)d in f&&(u=t(u,f[d],d,s));return u}};e.exports={left:u(!1),right:u(!0)}},206:(e,n,t)=>{var r=t(1702);e.exports=r([].slice)},4362:(e,n,t)=>{var r=t(206),o=Math.floor,i=function(e,n){var t=e.length,c=o(t/2);return t<8?a(e,n):l(e,i(r(e,0,c),n),i(r(e,c),n),n)},a=function(e,n){for(var t,r,o=e.length,i=1;i0;)e[r]=e[--r];r!==i++&&(e[r]=t)}return e},l=function(e,n,t,r){for(var o=n.length,i=t.length,a=0,l=0;a{var r=t(7854),o=t(3157),i=t(4411),a=t(111),l=t(5112)("species"),c=r.Array;e.exports=function(e){var n;return o(e)&&(n=e.constructor,(i(n)&&(n===c||o(n.prototype))||a(n)&&null===(n=n[l]))&&(n=void 0)),void 0===n?c:n}},5417:(e,n,t)=>{var r=t(7475);e.exports=function(e,n){return new(r(e))(0===n?0:n)}},3411:(e,n,t)=>{var r=t(9670),o=t(9212);e.exports=function(e,n,t,i){try{return i?n(r(t)[0],t[1]):n(t)}catch(n){o(e,"throw",n)}}},7072:(e,n,t)=>{var r=t(5112)("iterator"),o=!1;try{var i=0,a={next:function(){return{done:!!i++}},return:function(){o=!0}};a[r]=function(){return this},Array.from(a,(function(){throw 2}))}catch(e){}e.exports=function(e,n){if(!n&&!o)return!1;var t=!1;try{var i={};i[r]=function(){return{next:function(){return{done:t=!0}}}},e(i)}catch(e){}return t}},4326:(e,n,t)=>{var r=t(1702),o=r({}.toString),i=r("".slice);e.exports=function(e){return i(o(e),8,-1)}},648:(e,n,t)=>{var r=t(7854),o=t(1694),i=t(614),a=t(4326),l=t(5112)("toStringTag"),c=r.Object,u="Arguments"==a(function(){return arguments}());e.exports=o?a:function(e){var n,t,r;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(t=function(e,n){try{return e[n]}catch(e){}}(n=c(e),l))?t:u?a(n):"Object"==(r=a(n))&&i(n.callee)?"Arguments":r}},5631:(e,n,t)=>{"use strict";var r=t(3070).f,o=t(30),i=t(2248),a=t(9974),l=t(5787),c=t(408),u=t(654),s=t(6340),f=t(9781),p=t(2423).fastKey,d=t(9909),h=d.set,g=d.getterFor;e.exports={getConstructor:function(e,n,t,u){var s=e((function(e,r){l(e,d),h(e,{type:n,index:o(null),first:void 0,last:void 0,size:0}),f||(e.size=0),null!=r&&c(r,e[u],{that:e,AS_ENTRIES:t})})),d=s.prototype,v=g(n),A=function(e,n,t){var r,o,i=v(e),a=b(e,n);return a?a.value=t:(i.last=a={index:o=p(n,!0),key:n,value:t,previous:r=i.last,next:void 0,removed:!1},i.first||(i.first=a),r&&(r.next=a),f?i.size++:e.size++,"F"!==o&&(i.index[o]=a)),e},b=function(e,n){var t,r=v(e),o=p(n);if("F"!==o)return r.index[o];for(t=r.first;t;t=t.next)if(t.key==n)return t};return i(d,{clear:function(){for(var e=v(this),n=e.index,t=e.first;t;)t.removed=!0,t.previous&&(t.previous=t.previous.next=void 0),delete n[t.index],t=t.next;e.first=e.last=void 0,f?e.size=0:this.size=0},delete:function(e){var n=this,t=v(n),r=b(n,e);if(r){var o=r.next,i=r.previous;delete t.index[r.index],r.removed=!0,i&&(i.next=o),o&&(o.previous=i),t.first==r&&(t.first=o),t.last==r&&(t.last=i),f?t.size--:n.size--}return!!r},forEach:function(e){for(var n,t=v(this),r=a(e,arguments.length>1?arguments[1]:void 0);n=n?n.next:t.first;)for(r(n.value,n.key,this);n&&n.removed;)n=n.previous},has:function(e){return!!b(this,e)}}),i(d,t?{get:function(e){var n=b(this,e);return n&&n.value},set:function(e,n){return A(this,0===e?0:e,n)}}:{add:function(e){return A(this,e=0===e?0:e,e)}}),f&&r(d,"size",{get:function(){return v(this).size}}),s},setStrong:function(e,n,t){var r=n+" Iterator",o=g(n),i=g(r);u(e,n,(function(e,n){h(this,{type:r,target:e,state:o(e),kind:n,last:void 0})}),(function(){for(var e=i(this),n=e.kind,t=e.last;t&&t.removed;)t=t.previous;return e.target&&(e.last=t=t?t.next:e.state.first)?"keys"==n?{value:t.key,done:!1}:"values"==n?{value:t.value,done:!1}:{value:[t.key,t.value],done:!1}:(e.target=void 0,{value:void 0,done:!0})}),t?"entries":"values",!t,!0),s(n)}}},9320:(e,n,t)=>{"use strict";var r=t(1702),o=t(2248),i=t(2423).getWeakData,a=t(9670),l=t(111),c=t(5787),u=t(408),s=t(2092),f=t(2597),p=t(9909),d=p.set,h=p.getterFor,g=s.find,v=s.findIndex,A=r([].splice),b=0,m=function(e){return e.frozen||(e.frozen=new y)},y=function(){this.entries=[]},E=function(e,n){return g(e.entries,(function(e){return e[0]===n}))};y.prototype={get:function(e){var n=E(this,e);if(n)return n[1]},has:function(e){return!!E(this,e)},set:function(e,n){var t=E(this,e);t?t[1]=n:this.entries.push([e,n])},delete:function(e){var n=v(this.entries,(function(n){return n[0]===e}));return~n&&A(this.entries,n,1),!!~n}},e.exports={getConstructor:function(e,n,t,r){var s=e((function(e,o){c(e,p),d(e,{type:n,id:b++,frozen:void 0}),null!=o&&u(o,e[r],{that:e,AS_ENTRIES:t})})),p=s.prototype,g=h(n),v=function(e,n,t){var r=g(e),o=i(a(n),!0);return!0===o?m(r).set(n,t):o[r.id]=t,e};return o(p,{delete:function(e){var n=g(this);if(!l(e))return!1;var t=i(e);return!0===t?m(n).delete(e):t&&f(t,n.id)&&delete t[n.id]},has:function(e){var n=g(this);if(!l(e))return!1;var t=i(e);return!0===t?m(n).has(e):t&&f(t,n.id)}}),o(p,t?{get:function(e){var n=g(this);if(l(e)){var t=i(e);return!0===t?m(n).get(e):t?t[n.id]:void 0}},set:function(e,n){return v(this,e,n)}}:{add:function(e){return v(this,e,!0)}}),s}}},7710:(e,n,t)=>{"use strict";var r=t(2109),o=t(7854),i=t(1702),a=t(4705),l=t(1320),c=t(2423),u=t(408),s=t(5787),f=t(614),p=t(111),d=t(7293),h=t(7072),g=t(8003),v=t(9587);e.exports=function(e,n,t){var A=-1!==e.indexOf("Map"),b=-1!==e.indexOf("Weak"),m=A?"set":"add",y=o[e],E=y&&y.prototype,_=y,C={},w=function(e){var n=i(E[e]);l(E,e,"add"==e?function(e){return n(this,0===e?0:e),this}:"delete"==e?function(e){return!(b&&!p(e))&&n(this,0===e?0:e)}:"get"==e?function(e){return b&&!p(e)?void 0:n(this,0===e?0:e)}:"has"==e?function(e){return!(b&&!p(e))&&n(this,0===e?0:e)}:function(e,t){return n(this,0===e?0:e,t),this})};if(a(e,!f(y)||!(b||E.forEach&&!d((function(){(new y).entries().next()})))))_=t.getConstructor(n,e,A,m),c.enable();else if(a(e,!0)){var x=new _,k=x[m](b?{}:-0,1)!=x,S=d((function(){x.has(1)})),O=h((function(e){new y(e)})),B=!b&&d((function(){for(var e=new y,n=5;n--;)e[m](n,n);return!e.has(-0)}));O||((_=n((function(e,n){s(e,E);var t=v(new y,e,_);return null!=n&&u(n,t[m],{that:t,AS_ENTRIES:A}),t}))).prototype=E,E.constructor=_),(S||B)&&(w("delete"),w("has"),A&&w("get")),(B||k)&&w(m),b&&E.clear&&delete E.clear}return C[e]=_,r({global:!0,forced:_!=y},C),g(_,e),b||t.setStrong(_,e,A),_}},9920:(e,n,t)=>{var r=t(2597),o=t(3887),i=t(1236),a=t(3070);e.exports=function(e,n){for(var t=o(n),l=a.f,c=i.f,u=0;u{var r=t(5112)("match");e.exports=function(e){var n=/./;try{"/./"[e](n)}catch(t){try{return n[r]=!1,"/./"[e](n)}catch(e){}}return!1}},8544:(e,n,t)=>{var r=t(7293);e.exports=!r((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))},4230:(e,n,t)=>{var r=t(1702),o=t(4488),i=t(1340),a=/"/g,l=r("".replace);e.exports=function(e,n,t,r){var c=i(o(e)),u="<"+n;return""!==t&&(u+=" "+t+'="'+l(i(r),a,""")+'"'),u+">"+c+""}},4994:(e,n,t)=>{"use strict";var r=t(3383).IteratorPrototype,o=t(30),i=t(9114),a=t(8003),l=t(7497),c=function(){return this};e.exports=function(e,n,t){var u=n+" Iterator";return e.prototype=o(r,{next:i(1,t)}),a(e,u,!1,!0),l[u]=c,e}},8880:(e,n,t)=>{var r=t(9781),o=t(3070),i=t(9114);e.exports=r?function(e,n,t){return o.f(e,n,i(1,t))}:function(e,n,t){return e[n]=t,e}},9114:e=>{e.exports=function(e,n){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:n}}},6135:(e,n,t)=>{"use strict";var r=t(4948),o=t(3070),i=t(9114);e.exports=function(e,n,t){var a=r(n);a in e?o.f(e,a,i(0,t)):e[a]=t}},8709:(e,n,t)=>{"use strict";var r=t(7854),o=t(9670),i=t(2140),a=r.TypeError;e.exports=function(e){if(o(this),"string"===e||"default"===e)e="string";else if("number"!==e)throw a("Incorrect hint");return i(this,e)}},654:(e,n,t)=>{"use strict";var r=t(2109),o=t(6916),i=t(1913),a=t(6530),l=t(614),c=t(4994),u=t(9518),s=t(7674),f=t(8003),p=t(8880),d=t(1320),h=t(5112),g=t(7497),v=t(3383),A=a.PROPER,b=a.CONFIGURABLE,m=v.IteratorPrototype,y=v.BUGGY_SAFARI_ITERATORS,E=h("iterator"),_="keys",C="values",w="entries",x=function(){return this};e.exports=function(e,n,t,a,h,v,k){c(t,n,a);var S,O,B,I=function(e){if(e===h&&R)return R;if(!y&&e in j)return j[e];switch(e){case _:case C:case w:return function(){return new t(this,e)}}return function(){return new t(this)}},T=n+" Iterator",P=!1,j=e.prototype,z=j[E]||j["@@iterator"]||h&&j[h],R=!y&&z||I(h),M="Array"==n&&j.entries||z;if(M&&(S=u(M.call(new e)))!==Object.prototype&&S.next&&(i||u(S)===m||(s?s(S,m):l(S[E])||d(S,E,x)),f(S,T,!0,!0),i&&(g[T]=x)),A&&h==C&&z&&z.name!==C&&(!i&&b?p(j,"name",C):(P=!0,R=function(){return o(z,this)})),h)if(O={values:I(C),keys:v?R:I(_),entries:I(w)},k)for(B in O)(y||P||!(B in j))&&d(j,B,O[B]);else r({target:n,proto:!0,forced:y||P},O);return i&&!k||j[E]===R||d(j,E,R,{name:h}),g[n]=R,O}},7235:(e,n,t)=>{var r=t(857),o=t(2597),i=t(6061),a=t(3070).f;e.exports=function(e){var n=r.Symbol||(r.Symbol={});o(n,e)||a(n,e,{value:i.f(e)})}},9781:(e,n,t)=>{var r=t(7293);e.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},317:(e,n,t)=>{var r=t(7854),o=t(111),i=r.document,a=o(i)&&o(i.createElement);e.exports=function(e){return a?i.createElement(e):{}}},8324:e=>{e.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},8509:(e,n,t)=>{var r=t(317)("span").classList,o=r&&r.constructor&&r.constructor.prototype;e.exports=o===Object.prototype?void 0:o},8886:(e,n,t)=>{var r=t(8113).match(/firefox\/(\d+)/i);e.exports=!!r&&+r[1]},256:(e,n,t)=>{var r=t(8113);e.exports=/MSIE|Trident/.test(r)},5268:(e,n,t)=>{var r=t(4326),o=t(7854);e.exports="process"==r(o.process)},8113:(e,n,t)=>{var r=t(5005);e.exports=r("navigator","userAgent")||""},7392:(e,n,t)=>{var r,o,i=t(7854),a=t(8113),l=i.process,c=i.Deno,u=l&&l.versions||c&&c.version,s=u&&u.v8;s&&(o=(r=s.split("."))[0]>0&&r[0]<4?1:+(r[0]+r[1])),!o&&a&&(!(r=a.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=a.match(/Chrome\/(\d+)/))&&(o=+r[1]),e.exports=o},8008:(e,n,t)=>{var r=t(8113).match(/AppleWebKit\/(\d+)\./);e.exports=!!r&&+r[1]},748:e=>{e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},2109:(e,n,t)=>{var r=t(7854),o=t(1236).f,i=t(8880),a=t(1320),l=t(3505),c=t(9920),u=t(4705);e.exports=function(e,n){var t,s,f,p,d,h=e.target,g=e.global,v=e.stat;if(t=g?r:v?r[h]||l(h,{}):(r[h]||{}).prototype)for(s in n){if(p=n[s],f=e.noTargetGet?(d=o(t,s))&&d.value:t[s],!u(g?s:h+(v?".":"#")+s,e.forced)&&void 0!==f){if(typeof p==typeof f)continue;c(p,f)}(e.sham||f&&f.sham)&&i(p,"sham",!0),a(t,s,p,e)}}},7293:e=>{e.exports=function(e){try{return!!e()}catch(e){return!0}}},7007:(e,n,t)=>{"use strict";t(4916);var r=t(1702),o=t(1320),i=t(2261),a=t(7293),l=t(5112),c=t(8880),u=l("species"),s=RegExp.prototype;e.exports=function(e,n,t,f){var p=l(e),d=!a((function(){var n={};return n[p]=function(){return 7},7!=""[e](n)})),h=d&&!a((function(){var n=!1,t=/a/;return"split"===e&&((t={}).constructor={},t.constructor[u]=function(){return t},t.flags="",t[p]=/./[p]),t.exec=function(){return n=!0,null},t[p](""),!n}));if(!d||!h||t){var g=r(/./[p]),v=n(p,""[e],(function(e,n,t,o,a){var l=r(e),c=n.exec;return c===i||c===s.exec?d&&!a?{done:!0,value:g(n,t,o)}:{done:!0,value:l(t,n,o)}:{done:!1}}));o(String.prototype,e,v[0]),o(s,p,v[1])}f&&c(s[p],"sham",!0)}},6677:(e,n,t)=>{var r=t(7293);e.exports=!r((function(){return Object.isExtensible(Object.preventExtensions({}))}))},2104:e=>{var n=Function.prototype,t=n.apply,r=n.bind,o=n.call;e.exports="object"==typeof Reflect&&Reflect.apply||(r?o.bind(t):function(){return o.apply(t,arguments)})},9974:(e,n,t)=>{var r=t(1702),o=t(9662),i=r(r.bind);e.exports=function(e,n){return o(e),void 0===n?e:i?i(e,n):function(){return e.apply(n,arguments)}}},7065:(e,n,t)=>{"use strict";var r=t(7854),o=t(1702),i=t(9662),a=t(111),l=t(2597),c=t(206),u=r.Function,s=o([].concat),f=o([].join),p={},d=function(e,n,t){if(!l(p,n)){for(var r=[],o=0;o{var n=Function.prototype.call;e.exports=n.bind?n.bind(n):function(){return n.apply(n,arguments)}},6530:(e,n,t)=>{var r=t(9781),o=t(2597),i=Function.prototype,a=r&&Object.getOwnPropertyDescriptor,l=o(i,"name"),c=l&&"something"===function(){}.name,u=l&&(!r||r&&a(i,"name").configurable);e.exports={EXISTS:l,PROPER:c,CONFIGURABLE:u}},1702:e=>{var n=Function.prototype,t=n.bind,r=n.call,o=t&&t.bind(r);e.exports=t?function(e){return e&&o(r,e)}:function(e){return e&&function(){return r.apply(e,arguments)}}},5005:(e,n,t)=>{var r=t(7854),o=t(614),i=function(e){return o(e)?e:void 0};e.exports=function(e,n){return arguments.length<2?i(r[e]):r[e]&&r[e][n]}},1246:(e,n,t)=>{var r=t(648),o=t(8173),i=t(7497),a=t(5112)("iterator");e.exports=function(e){if(null!=e)return o(e,a)||o(e,"@@iterator")||i[r(e)]}},8554:(e,n,t)=>{var r=t(7854),o=t(6916),i=t(9662),a=t(9670),l=t(6330),c=t(1246),u=r.TypeError;e.exports=function(e,n){var t=arguments.length<2?c(e):n;if(i(t))return a(o(t,e));throw u(l(e)+" is not iterable")}},8173:(e,n,t)=>{var r=t(9662);e.exports=function(e,n){var t=e[n];return null==t?void 0:r(t)}},647:(e,n,t)=>{var r=t(1702),o=t(7908),i=Math.floor,a=r("".charAt),l=r("".replace),c=r("".slice),u=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,s=/\$([$&'`]|\d{1,2})/g;e.exports=function(e,n,t,r,f,p){var d=t+e.length,h=r.length,g=s;return void 0!==f&&(f=o(f),g=u),l(p,g,(function(o,l){var u;switch(a(l,0)){case"$":return"$";case"&":return e;case"`":return c(n,0,t);case"'":return c(n,d);case"<":u=f[c(l,1,-1)];break;default:var s=+l;if(0===s)return o;if(s>h){var p=i(s/10);return 0===p?o:p<=h?void 0===r[p-1]?a(l,1):r[p-1]+a(l,1):o}u=r[s-1]}return void 0===u?"":u}))}},7854:(e,n,t)=>{var r=function(e){return e&&e.Math==Math&&e};e.exports=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof t.g&&t.g)||function(){return this}()||Function("return this")()},2597:(e,n,t)=>{var r=t(1702),o=t(7908),i=r({}.hasOwnProperty);e.exports=Object.hasOwn||function(e,n){return i(o(e),n)}},3501:e=>{e.exports={}},490:(e,n,t)=>{var r=t(5005);e.exports=r("document","documentElement")},4664:(e,n,t)=>{var r=t(9781),o=t(7293),i=t(317);e.exports=!r&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},8361:(e,n,t)=>{var r=t(7854),o=t(1702),i=t(7293),a=t(4326),l=r.Object,c=o("".split);e.exports=i((function(){return!l("z").propertyIsEnumerable(0)}))?function(e){return"String"==a(e)?c(e,""):l(e)}:l},9587:(e,n,t)=>{var r=t(614),o=t(111),i=t(7674);e.exports=function(e,n,t){var a,l;return i&&r(a=n.constructor)&&a!==t&&o(l=a.prototype)&&l!==t.prototype&&i(e,l),e}},2788:(e,n,t)=>{var r=t(1702),o=t(614),i=t(5465),a=r(Function.toString);o(i.inspectSource)||(i.inspectSource=function(e){return a(e)}),e.exports=i.inspectSource},2423:(e,n,t)=>{var r=t(2109),o=t(1702),i=t(3501),a=t(111),l=t(2597),c=t(3070).f,u=t(8006),s=t(1156),f=t(2050),p=t(9711),d=t(6677),h=!1,g=p("meta"),v=0,A=function(e){c(e,g,{value:{objectID:"O"+v++,weakData:{}}})},b=e.exports={enable:function(){b.enable=function(){},h=!0;var e=u.f,n=o([].splice),t={};t[g]=1,e(t).length&&(u.f=function(t){for(var r=e(t),o=0,i=r.length;o{var r,o,i,a=t(8536),l=t(7854),c=t(1702),u=t(111),s=t(8880),f=t(2597),p=t(5465),d=t(6200),h=t(3501),g="Object already initialized",v=l.TypeError,A=l.WeakMap;if(a||p.state){var b=p.state||(p.state=new A),m=c(b.get),y=c(b.has),E=c(b.set);r=function(e,n){if(y(b,e))throw new v(g);return n.facade=e,E(b,e,n),n},o=function(e){return m(b,e)||{}},i=function(e){return y(b,e)}}else{var _=d("state");h[_]=!0,r=function(e,n){if(f(e,_))throw new v(g);return n.facade=e,s(e,_,n),n},o=function(e){return f(e,_)?e[_]:{}},i=function(e){return f(e,_)}}e.exports={set:r,get:o,has:i,enforce:function(e){return i(e)?o(e):r(e,{})},getterFor:function(e){return function(n){var t;if(!u(n)||(t=o(n)).type!==e)throw v("Incompatible receiver, "+e+" required");return t}}}},7659:(e,n,t)=>{var r=t(5112),o=t(7497),i=r("iterator"),a=Array.prototype;e.exports=function(e){return void 0!==e&&(o.Array===e||a[i]===e)}},3157:(e,n,t)=>{var r=t(4326);e.exports=Array.isArray||function(e){return"Array"==r(e)}},614:e=>{e.exports=function(e){return"function"==typeof e}},4411:(e,n,t)=>{var r=t(1702),o=t(7293),i=t(614),a=t(648),l=t(5005),c=t(2788),u=function(){},s=[],f=l("Reflect","construct"),p=/^\s*(?:class|function)\b/,d=r(p.exec),h=!p.exec(u),g=function(e){if(!i(e))return!1;try{return f(u,s,e),!0}catch(e){return!1}};e.exports=!f||o((function(){var e;return g(g.call)||!g(Object)||!g((function(){e=!0}))||e}))?function(e){if(!i(e))return!1;switch(a(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return h||!!d(p,c(e))}:g},4705:(e,n,t)=>{var r=t(7293),o=t(614),i=/#|\.prototype\./,a=function(e,n){var t=c[l(e)];return t==s||t!=u&&(o(n)?r(n):!!n)},l=a.normalize=function(e){return String(e).replace(i,".").toLowerCase()},c=a.data={},u=a.NATIVE="N",s=a.POLYFILL="P";e.exports=a},111:(e,n,t)=>{var r=t(614);e.exports=function(e){return"object"==typeof e?null!==e:r(e)}},1913:e=>{e.exports=!1},7850:(e,n,t)=>{var r=t(111),o=t(4326),i=t(5112)("match");e.exports=function(e){var n;return r(e)&&(void 0!==(n=e[i])?!!n:"RegExp"==o(e))}},2190:(e,n,t)=>{var r=t(7854),o=t(5005),i=t(614),a=t(7976),l=t(3307),c=r.Object;e.exports=l?function(e){return"symbol"==typeof e}:function(e){var n=o("Symbol");return i(n)&&a(n.prototype,c(e))}},408:(e,n,t)=>{var r=t(7854),o=t(9974),i=t(6916),a=t(9670),l=t(6330),c=t(7659),u=t(6244),s=t(7976),f=t(8554),p=t(1246),d=t(9212),h=r.TypeError,g=function(e,n){this.stopped=e,this.result=n},v=g.prototype;e.exports=function(e,n,t){var r,A,b,m,y,E,_,C=t&&t.that,w=!(!t||!t.AS_ENTRIES),x=!(!t||!t.IS_ITERATOR),k=!(!t||!t.INTERRUPTED),S=o(n,C),O=function(e){return r&&d(r,"normal",e),new g(!0,e)},B=function(e){return w?(a(e),k?S(e[0],e[1],O):S(e[0],e[1])):k?S(e,O):S(e)};if(x)r=e;else{if(!(A=p(e)))throw h(l(e)+" is not iterable");if(c(A)){for(b=0,m=u(e);m>b;b++)if((y=B(e[b]))&&s(v,y))return y;return new g(!1)}r=f(e,A)}for(E=r.next;!(_=i(E,r)).done;){try{y=B(_.value)}catch(e){d(r,"throw",e)}if("object"==typeof y&&y&&s(v,y))return y}return new g(!1)}},9212:(e,n,t)=>{var r=t(6916),o=t(9670),i=t(8173);e.exports=function(e,n,t){var a,l;o(e);try{if(!(a=i(e,"return"))){if("throw"===n)throw t;return t}a=r(a,e)}catch(e){l=!0,a=e}if("throw"===n)throw t;if(l)throw a;return o(a),t}},3383:(e,n,t)=>{"use strict";var r,o,i,a=t(7293),l=t(614),c=t(30),u=t(9518),s=t(1320),f=t(5112),p=t(1913),d=f("iterator"),h=!1;[].keys&&("next"in(i=[].keys())?(o=u(u(i)))!==Object.prototype&&(r=o):h=!0),null==r||a((function(){var e={};return r[d].call(e)!==e}))?r={}:p&&(r=c(r)),l(r[d])||s(r,d,(function(){return this})),e.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:h}},7497:e=>{e.exports={}},6244:(e,n,t)=>{var r=t(7466);e.exports=function(e){return r(e.length)}},133:(e,n,t)=>{var r=t(7392),o=t(7293);e.exports=!!Object.getOwnPropertySymbols&&!o((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&r&&r<41}))},8536:(e,n,t)=>{var r=t(7854),o=t(614),i=t(2788),a=r.WeakMap;e.exports=o(a)&&/native code/.test(i(a))},3929:(e,n,t)=>{var r=t(7854),o=t(7850),i=r.TypeError;e.exports=function(e){if(o(e))throw i("The method doesn't accept regular expressions");return e}},1574:(e,n,t)=>{"use strict";var r=t(9781),o=t(1702),i=t(6916),a=t(7293),l=t(1956),c=t(5181),u=t(5296),s=t(7908),f=t(8361),p=Object.assign,d=Object.defineProperty,h=o([].concat);e.exports=!p||a((function(){if(r&&1!==p({b:1},p(d({},"a",{enumerable:!0,get:function(){d(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},n={},t=Symbol(),o="abcdefghijklmnopqrst";return e[t]=7,o.split("").forEach((function(e){n[e]=e})),7!=p({},e)[t]||l(p({},n)).join("")!=o}))?function(e,n){for(var t=s(e),o=arguments.length,a=1,p=c.f,d=u.f;o>a;)for(var g,v=f(arguments[a++]),A=p?h(l(v),p(v)):l(v),b=A.length,m=0;b>m;)g=A[m++],r&&!i(d,v,g)||(t[g]=v[g]);return t}:p},30:(e,n,t)=>{var r,o=t(9670),i=t(6048),a=t(748),l=t(3501),c=t(490),u=t(317),s=t(6200),f=s("IE_PROTO"),p=function(){},d=function(e){return"