1#[derive(Debug, thiserror::Error)] 2pub enum TransactionError { 3 #[error("Invalid signature type requested: {0}")] 4 SignatureRequest(String), 5}