$MmrEncodableOpaqueLeaf: $.Shape<`0x${string}`, `0x${string}`> = $.PrefixedHex

A type-safe wrapper for the concrete leaf type.

This structure serves merely to avoid passing raw Vec<u8> around. It must be Vec<u8>-encoding compatible.

It is different from [OpaqueLeaf], because it does implement Codec and the encoding has to match raw Vec<u8> encoding.