## Summary - [call `info` definition](https://graypaper.fluffylabs.dev/#/ab2cdbd/333b00333b00?v=0.7.2) - [abi from jam-pvm-common](https://docs.rs/jam-pvm-common/latest/src/jam_pvm_common/imports.rs.html#46) ## Steps - implement the abi in [jade/src/host/import.rs](https://github.com/spacejamapp/jade/blob/main/crates/jade/src/host/import.rs) - Wrap it to interfaces like [general::write](https://github.com/spacejamapp/jade/blob/main/crates/jade/src/host/general.rs#L65) - Introduce a service using this host call at [services/lookup](https://github.com/spacejamapp/jade/tree/main/services) with tests
Summary
infodefinitionSteps