Skip to content

Commit 4e78ea0

Browse files
authored
Merge pull request #2306 from o1-labs/dw/update-readme-format
Format: run on md files
2 parents 77cbcb3 + 51bbe45 commit 4e78ea0

File tree

1 file changed

+6
-3
lines changed
  • src/bindings/mina-transaction/gen/v1

1 file changed

+6
-3
lines changed

src/bindings/mina-transaction/gen/v1/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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.
23

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.
46

57
An example is the `StateHash` deriver:
68

@@ -15,6 +17,7 @@ let deriver obj =
1517
1618
```
1719

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.
1922

2023
To regenerate them, run `npm run build:update-bindings` from o1js.

0 commit comments

Comments
 (0)