lwk_bindings 0.14.0

Liquid Wallet Kit - Bindings for other languages
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//! Elements block data.
//!
//! This module defines structures contained in the Elements Blockchain
//!

pub mod address;
pub mod address_result;
pub mod block_header;
pub mod external_utxo;
pub mod out_point;
pub mod script;
pub mod transaction;
pub mod tx_in;
pub mod tx_out;
pub mod tx_out_secrets;
pub mod txid;
pub mod wallet_tx;
pub mod wallet_tx_out;