1 2 3 4 5 6 7
//! Zcash transparent wallet data. use crate::mod_use; mod_use!(address); mod_use!(transparent_spending_key); mod_use!(transparent_spend_authority);