Type Alias ledger_mob_apdu::tx::TxPrivateKey
source · pub type TxPrivateKey = Key<Tx, Tx, RistrettoPrivate>;
Expand description
Transaction private key type (to be moved to mc_core_types
)
Aliased Type§
struct TxPrivateKey { /* private fields */ }