EnumInputShape
@iota/bcs / EnumInputShape
Type Alias: EnumInputShape<T>
EnumInputShape<
T> ={ [K in keyof T]: { [K2 in K]: T[K] } }[keyofT]
Defined in: types.ts:42
Type Parameters
T
T extends Record<string, unknown>
@iota/bcs / EnumInputShape
EnumInputShape<
T> ={ [K in keyof T]: { [K2 in K]: T[K] } }[keyofT]
Defined in: types.ts:42
T extends Record<string, unknown>