You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/bindings/mina-transaction/gen/v1/README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
-
The files in here are autogenerated from the OCaml source, with full tracking of dependencies - that's what the dune file is for.
1
+
The files in here are autogenerated from the OCaml source, with full tracking of
2
+
dependencies - that's what the dune file is for.
2
3
3
-
Some derivers may need a custom identifier in order to specify custom behavior in o1js. This can be done by modifying the deriver function of the field.
4
+
Some derivers may need a custom identifier in order to specify custom behavior
5
+
in o1js. This can be done by modifying the deriver function of the field.
4
6
5
7
An example is the `StateHash` deriver:
6
8
@@ -15,6 +17,7 @@ let deriver obj =
15
17
16
18
```
17
19
18
-
To consume a custom deriver and add custom behavior, `transaction-leaves-bigint.ts` and `transaction-leaves.ts` must be changed.
20
+
To consume a custom deriver and add custom behavior,
21
+
`transaction-leaves-bigint.ts` and `transaction-leaves.ts` must be changed.
19
22
20
23
To regenerate them, run `npm run build:update-bindings` from o1js.
0 commit comments