repond-events
Version:
events for repond
19 lines (18 loc) • 561 B
TypeScript
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[];
}>;
};