shieldcontract 0.2.0

Advanced security analysis for blockchain platforms
Documentation
1
2
3
4
5
6
7
8
9
use crate::{Finding, Result};

pub struct CardanoAnalyzer;

impl CardanoAnalyzer {
    pub fn new() -> Self {
        Self
    }
}