API Referencetype-aliasesProvableHashableOn this pageProvableHashabletype 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 • TValue = any