pub type ParamMap = HashMap<String, ParamType>;
Map of parameter names to their types.
Used to represent the complete set of parameters required for a transaction.
pub struct ParamMap { /* private fields */ }