Skip to content

Commit 1cc26fb

Browse files
committed
chore: remove ncId from SignedData
1 parent 8f5290d commit 1cc26fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/nano_contracts/types.ts

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ export const NanoContractSignedDataSchema = z.object({
3737
type: z.string(),
3838
signature: z.instanceof(Buffer),
3939
value: NanoContractArgumentSingleSchema,
40-
ncId: z.instanceof(Buffer).nullish(),
4140
});
4241
export type NanoContractSignedData = z.output<typeof NanoContractSignedDataSchema>;
4342

0 commit comments

Comments
 (0)