mirror of
				https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
				synced 2025-10-31 02:17:24 +00:00 
			
		
		
		
	
						commit
						0e0b239786
					
				| @ -218,7 +218,7 @@ pprint(utxos) | |||||||
| print("------------------------------------------\n") | print("------------------------------------------\n") | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
| In order to manipulate an array like the one returned from `listtransactions` or `listunpsent`, you just grab the appropriate item from the appropriate element of the array: | In order to manipulate an array like the one returned from `listtransactions` or `listunspent`, you just grab the appropriate item from the appropriate element of the array: | ||||||
| ``` | ``` | ||||||
| ## Select a UTXO - first one selected here | ## Select a UTXO - first one selected here | ||||||
| utxo_txid = utxos[0]['txid'] | utxo_txid = utxos[0]['txid'] | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user