UNPKG
o1js
Version:
latest (2.8.0)
2.8.0
2.7.0
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.9.1
1.9.0
1.8.0
1.7.0
1.6.0
1.5.1
1.5.0
1.4.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.1
0.18.0
0.17.0
0.16.2
0.16.1
0.16.0
0.15.4
0.15.3
0.15.2
0.15.1
0.15.0
0.14.2
0.14.1
0.14.0
0.13.1
0.13.0
0.12.2
0.12.1
TypeScript framework for zk-SNARKs and zkApps
github.com/o1-labs/o1js/
o1-labs/o1js
o1js
/
dist
/
node
/
lib
/
provable
/
types
/
util.js
7 lines
•
243 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{
ProvableType
}
from
'./provable-intf.js'
;
import
{ witness }
from
'./witness.js'
;
export
{ emptyWitness };
function
emptyWitness
(
type
) {
return
witness
(
type
,
() =>
ProvableType
.
synthesize
(
type
)); }
//# sourceMappingURL=util.js.map