Surface the rotation keys declared in a genesis op as a uniform list. PLC
genesis comes in two shapes: the modern plc_operation (with
rotationKeys) and the deprecated create (with signingKey +
recoveryKey). The on-chain contract treats the legacy form as
[signingKey, recoveryKey], so we expose the same order.
Surface the rotation keys declared in a genesis op as a uniform list. PLC genesis comes in two shapes: the modern
plc_operation(withrotationKeys) and the deprecatedcreate(withsigningKey+recoveryKey). The on-chain contract treats the legacy form as[signingKey, recoveryKey], so we expose the same order.