(&self, name: Name, named: Named)
| 224 | #[derive(Debug, Clone, Default)] |
| 225 | pub struct LazyIndex { |
| 226 | pub consts: Vec<LazyConstSlice>, |
| 227 | pub named: Vec<LazyNamed>, |
| 228 | pub blobs: Vec<(Address, Vec<u8>)>, |
| 229 | /// Bundle root (`Env::main`) as read from the header. |
| 230 | pub main: Option<Address>, |
| 231 | /// Bundle trust boundary (`Env::assumptions`), in header (sorted) order. |