pub(crate) fn address_to_meta_address(
metadata_spec: &SideMetadataSpec,
data_addr: Address,
) -> Address
Expand description
Performs the translation of data address (data_addr
) to metadata address for the specified metadata (metadata_spec
).