Package org. bitcoindevkit
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Sealed class that can be of either blockchain configuration defined by the library.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class ExtendedKeyInfo(mnemonic: String, xprv: String, fingerprint: String)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
class PartiallySignedBitcoinTransaction(pointer: Pointer) : FFIObject, PartiallySignedBitcoinTransactionInterface
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class TransactionDetails(fees: ULong?, received: ULong, sent: ULong, txid: String)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
fun generateExtendedKey(network: Network, wordCount: WordCount, password: String?): ExtendedKeyInfo
Content copied to clipboard
Link copied to clipboard
fun restoreExtendedKey(network: Network, mnemonic: String, password: String?): ExtendedKeyInfo
Content copied to clipboard