pub trait ScriptHost {
// Required methods
fn current_height(&self) -> Option<u64>;
fn input_utxo(&self, input: &TransactionInput) -> Option<ResolvedInput>;
}pub trait ScriptHost {
// Required methods
fn current_height(&self) -> Option<u64>;
fn input_utxo(&self, input: &TransactionInput) -> Option<ResolvedInput>;
}