provablePure
function provablePure<A>(typeObj: A): ProvablePureExtended<InferProvable<A, Field>, InferValue<A>, InferJson<A>>;
Defined in: lib/provable/types/provable-derivers.ts:75
Type Parameters
A
A
Parameters
typeObj
A
Returns
ProvablePureExtended
<InferProvable
<A
, Field
>, InferValue
<A
>, InferJson
<A
>>