@ecp.eth/sdk / comments / MetadataEntryOpSchema
Variable: MetadataEntryOpSchema
const MetadataEntryOpSchema: ZodObject<{
key: ZodEffects<ZodString, `0x${string}`, `0x${string}`>;
operation: ZodNativeEnum<typeof MetadataOperation>;
value: ZodEffects<ZodString, `0x${string}`, `0x${string}`>;
}, "strip", ZodTypeAny, {
key: `0x${string}`;
operation: MetadataOperation;
value: `0x${string}`;
}, {
key: `0x${string}`;
operation: MetadataOperation;
value: `0x${string}`;
}>;Defined in: packages/sdk/src/comments/schemas.ts:46