AlignedValue
Represents a field-aligned byte array value from the Midnight runtime.
The value is a list of byte arrays, one per alignment slot. The alignment describes how each slot maps to ZK circuit fields.
Example: a 32-byte public key has value = [...32 bytes...] and alignment = { tag: "atom", value: { tag: "bytes", length: 32 } }