pub fn read_section_address_paths(
buf: &[u8],
index: &InkbIndex,
) -> Result<Vec<AddressPath>, DecodeError>Expand description
Read the address-paths section using a pre-parsed index.
pub fn read_section_address_paths(
buf: &[u8],
index: &InkbIndex,
) -> Result<Vec<AddressPath>, DecodeError>Read the address-paths section using a pre-parsed index.