We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm run format src/mina-signer/src/memo.ts
1 parent 41d7f10 commit 3f98056Copy full SHA for 3f98056
src/mina-signer/src/memo.ts
@@ -1,3 +1,4 @@
1
+import { versionBytes } from '../../bindings/crypto/constants.js';
2
import {
3
Binable as BinableT,
4
defineBinable,
@@ -7,13 +8,13 @@ import {
7
8
withBits,
9
} from '../../bindings/lib/binable.js';
10
import { base58 } from '../../lib/util/base58.js';
11
+
12
13
HashInputLegacy,
14
hashWithPrefix,
15
packToFieldsLegacy,
16
prefixes,
17
} from './poseidon-bigint.js';
-import { versionBytes } from '../../bindings/crypto/constants.js';
18
19
export { Memo };
20
0 commit comments