feat: we're flat encoding plutus core
This commit is contained in:
@@ -11,5 +11,9 @@ fn main() -> anyhow::Result<()> {
|
||||
|
||||
println!("{:#?}", program);
|
||||
|
||||
println!("{:?}", program.flat()?);
|
||||
|
||||
println!("{}", program.flat_hex()?);
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user