@ecp.eth/sdk / comments / MetadataEntryOpSchema
Variable: MetadataEntryOpSchema
const MetadataEntryOpSchema: ZodObject<{
key: ZodType<`0x${string}`, ZodTypeDef, `0x${string}`>;
operation: ZodNativeEnum<typeof MetadataOperation>;
value: ZodType<`0x${string}`, ZodTypeDef, `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