UNPKG

@swaptoshi/governance-module

Version:

Klayr governance on-chain module

6 lines (5 loc) 303 B
import { Modules } from 'klayr-framework'; import { DelegatedVoteRevokedEventData } from '../types'; export declare class DelegatedVoteRevokedEvent extends Modules.BaseEvent<DelegatedVoteRevokedEventData> { schema: import("@swaptoshi/utils/dist/types").TypedSchema<DelegatedVoteRevokedEventData>; }