AddPiecesRejectedSchema
constAddPiecesRejectedSchema:ZodObject<{addMessageOk:ZodNull;dataSetId:ZodCodec<ZodInt,ZodBigInt>;pieceCount:ZodNumber;piecesAdded:ZodLiteral<false>;txHash:ZodCustom<`0x${string}`,`0x${string}`>;txStatus:ZodLiteral<"rejected">; },$strip>
Defined in: packages/synapse-core/src/sp/wait-for-add-pieces.ts:16