@xyo-network/xl1-rpc 1.16.2 → 1.16.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -533,7 +533,7 @@ import { TransferSchema } from "@xyo-network/xl1-protocol";
533
533
  import z18 from "zod";
534
534
  var TransferFieldsZod = z18.object({
535
535
  $opCodes: z18.array(z18.string()).optional(),
536
- context: z18.object().optional(),
536
+ context: z18.record(z18.string(), z18.json()).optional(),
537
537
  epoch: z18.number(),
538
538
  from: AddressZod,
539
539
  transfers: z18.record(AddressZod, HexZod4)