Skip to content

Documentation / @etherfold/js-processor / InputValues

Type Alias: InputValues<T>

InputValues<T> = { [Property in InputNames<T>]: AbiParameterToPrimitiveType<Extract<T["inputs"][number], { name: Property }>> }

Defined in: js-processor/src/processor/types.ts:18

Type Parameters

T

T extends AbiEvent