Skip to main content
Version: 2.15.0

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