Struct
type Struct<T> = ProvableExtended<NonMethods<T>> & Constructor<T> & {
_isStruct: true;
};
Defined in: lib/provable/types/struct.ts:125
Type declaration
_isStruct
_isStruct: true;
Type Parameters
• T
type Struct<T> = ProvableExtended<NonMethods<T>> & Constructor<T> & {
_isStruct: true;
};
Defined in: lib/provable/types/struct.ts:125
_isStruct: true;
• T