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 
						 
				 
			
				
					
						
							
							
								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 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							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