UNPKG

@swaptoshi/governance-module

Version:

Klayr governance on-chain module

6 lines (5 loc) 398 B
import { Types } from 'klayr-framework'; import { GetDelegatedVoteParams, DelegatedVoteStoreData } from '../../types'; import { Types as sTypes } from '@swaptoshi/utils'; export declare const getDelegatedVoteEndpointResponseSchema: sTypes.TypedSchema<Types.JSONObject<DelegatedVoteStoreData>>; export declare const getDelegatedVoteEndpointRequestSchema: sTypes.TypedSchema<GetDelegatedVoteParams>;