Skip to main content

ExternalRefs

Type Alias ExternalRefs 

Source
pub type ExternalRefs = HashMap<String, u64>;
Expand description

Maps "offset:length:fileId" src strings from Yul externalReferences to the Solidity declaration node id they refer to.

Aliased Typeยง

pub struct ExternalRefs { /* private fields */ }