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