1
2
3
4
5
6
7
//! Growing list of records, called blocks, that are securely linked together using cryptography.

mod confirm_transaction_params;
#[cfg(feature = "solana")]
pub mod solana;

pub use confirm_transaction_params::*;