@swaptoshi/governance-module
Version:
Klayr governance on-chain module
6 lines (5 loc) • 380 B
TypeScript
import { Types } from 'klayr-framework';
import { GetCastedVoteParams, CastedVoteStoreData } from '../../types';
import { Types as sTypes } from '@swaptoshi/utils';
export declare const getCastedVoteEndpointResponseSchema: sTypes.TypedSchema<Types.JSONObject<CastedVoteStoreData>>;
export declare const getCastedVoteEndpointRequestSchema: sTypes.TypedSchema<GetCastedVoteParams>;