fn offset_from_origin(
origin: Address,
offset: Unsigned18Bit,
) -> Result<Address, AddressOverflow>
Expand description
Compute sum of an address and an unsigned offset.
fn offset_from_origin(
origin: Address,
offset: Unsigned18Bit,
) -> Result<Address, AddressOverflow>
Compute sum of an address and an unsigned offset.