Skip to content

AddPiecesSuccessSchema

const AddPiecesSuccessSchema: ZodObject<{ addMessageOk: ZodLiteral<true>; confirmedPieceIds: ZodArray<ZodCodec<ZodInt, ZodBigInt>>; dataSetId: ZodCodec<ZodInt, ZodBigInt>; pieceCount: ZodNumber; piecesAdded: ZodLiteral<true>; txHash: ZodCustom<`0x${string}`, `0x${string}`>; txStatus: ZodLiteral<"confirmed">; }, $strip>

Defined in: packages/synapse-core/src/sp/wait-for-add-pieces.ts:25