mirror of
https://github.com/selfxyz/self.git
synced 2026-04-27 03:01:15 -04:00
Feat/proof conversion (#491)
* export castFromScope * export proof conversion
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@selfxyz/core",
|
||||
"version": "0.0.14",
|
||||
"version": "0.0.15",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/selfxyz/self"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { castFromScope } from '@common/utils/circuits/uuid';
|
||||
import { formatProof } from '@common/utils/contracts/formatCallData';
|
||||
|
||||
export { SelfBackendVerifier } from './SelfBackendVerifier';
|
||||
export { castFromScope };
|
||||
export { castFromScope, formatProof };
|
||||
|
||||
Reference in New Issue
Block a user