kaspa_txscript/
result.rs

1pub type Result<T, E = super::error::Error> = std::result::Result<T, E>;