UNPKG

repond-events

Version:
19 lines (18 loc) 561 B
import { EventBlock } from "../../types"; export declare const basicValues: { combine: import("../../types").ValueTypeDefinition<{ valueA: string; valueB: string; }>; string: import("../../types").ValueTypeDefinition<{ value: string; }>; getVariable: import("../../types").ValueTypeDefinition<{ name: string; scope: string; }>; getMyChainId: import("../../types").ValueTypeDefinition<{}>; getEventValue: import("../../types").ValueTypeDefinition<{ events: EventBlock[]; }>; };