pub trait InputInscriptionDetection { // Required method fn reveals_inscription(&self) -> Result<bool, Error>; }