ProvableHashable-1
type ProvableHashable<T, TValue> = ProvableWithEmpty<T, TValue> & {
toInput: (x: T) => HashInput;
};
Defined in: lib/provable/types/provable-intf.ts:124
Type declaration
toInput()
toInput: (x: T) => HashInput;
Parameters
x
T
Returns
HashInput
Type Parameters
T
T
TValue
TValue
= any