thunderbiscuit
17323d3184
Add Kotlin API docs for isMine method
2023-05-03 14:21:37 -04:00
Steve Myers
fab9ae8ae5
Add PartiallySignedTransaction.json_serialize() function
2023-04-13 09:21:22 -04:00
thunderbiscuit
478b12c489
Add API docs for fromScript method on Address
2023-04-13 08:50:08 -04:00
thunderbiscuit
5ee8698e0a
Add Kotlin API docs for new AddressInfo type
2023-03-28 19:51:15 -04:00
Steve Myers
4e5537acd2
Add SignOptions to Wallet.sign() params
2023-03-24 10:51:44 -05:00
thunderbiscuit
cd10c75e96
Add to_qr_uri() method on Address type
2023-03-23 17:03:40 -04:00
Steve Myers
cbd44249f3
Add kotlin api-docs for Address.payload() and Address.network()
2023-03-23 15:41:17 -05:00
thunderbiscuit
3dc6596aa2
Add include_raw boolean parameter on wallet list_transactions method
2023-03-23 12:32:54 -04:00
thunderbiscuit
e86909ab3d
Clean up input and output methods on Transaction type
2023-03-20 15:16:39 -04:00
thunderbiscuit
e0506deffa
Add new utility methods on Transaction type
...
This PR adds the txid(), is_coin_base(), is_explicitly_rbf(),
and is_lock_time_enabled() methods.
Fixes #303
2023-03-13 08:54:37 -04:00
thunderbiscuit
d3e183a498
Add Kotlin API docs for new Transaction methods
2023-03-13 08:54:31 -04:00
thunderbiscuit
f121372c73
Fix PartiallySignedTransaction type name in Kotlin API docs
2023-02-17 15:23:47 -05:00
thunderbiscuit
4ca7919ca9
Clean up samples in Kotlin API docs
2023-02-02 12:26:29 -05:00
thunderbiscuit
07aa1f8950
Add new AddressIndex variants to Kotlin API docs
2023-02-02 12:26:28 -05:00
thunderbiscuit
df019c11ec
Add new getInternalAddress method to Kotlin API docs
2023-02-01 14:03:49 -05:00
Steve Myers
8e54ada436
Add Transaction struct, update PSBT and Blockchain to use it
2023-01-23 14:30:36 -06:00
thunderbiscuit
561e93f6dd
Add pycache directory to gitignore
2023-01-19 16:29:21 -05:00
thunderbiscuit
dd58a9d548
Refactor: separate blockchain from lib.rs
2023-01-17 15:29:05 -05:00
Shobit Beltangdy
f01e0e30f3
expose estimate_fee api
...
bdk::blockchain::Blockchain contains an `estimate_fee` api. This commit adds the bindings for estimate_fee.
This will fix https://github.com/bitcoindevkit/bdk-ffi/issues/287
Tested this by adding a unit test in lib.rs. Also generated the python code and verified that it is able to invoke estimate_fee and get the fee rate
2023-01-13 16:47:12 -08:00
thunderbiscuit
5f7d8a9077
Fix typos in Kotlin API docs
2023-01-10 16:15:12 -05:00
thunderbiscuit
ff2734663e
Update Kotlin API docs to reflect new descriptor templates
2023-01-09 20:48:44 -05:00
Steve Myers
f399b799e4
Add validate_domain option to ElectrumConfig
2023-01-09 14:41:49 -05:00
Shobit Beltangdy
34af88df6f
Update Blockchain.broadcast doc to reflect no return type
...
This fixes #284
2022-12-18 14:32:29 -08:00
Shobit Beltangdy
12e9a18357
Update Wallet.getBalance doc to reflect Balance return type
...
This is a fix for issue #284
2022-12-17 09:11:56 -08:00
thunderbiscuit
5dd79e9632
Add readme to api-docs directory
2022-12-16 11:26:25 -05:00
thunderbiscuit
4ed6e364e6
Add API docs for RPC blockchain config and auth
2022-12-16 10:36:32 -05:00
Steve Myers
f216417fd2
Update api-docs for TxBuilder.drain_to change
2022-12-07 15:34:32 -06:00
thunderbiscuit
17b3712000
Update JVM and Android API docs to version 0.25 and add samples
2022-12-06 15:17:10 -05:00
thunderbiscuit
9c0606e036
Replace AddressAmount with ScriptAmount in Kotlin API docs
2022-11-28 21:46:29 -05:00
thunderbiscuit
be058e11d9
Move kotlin API docs to more specific subdirectory
2022-11-14 13:10:51 -05:00