@swaptoshi/governance-module
Version:
Klayr governance on-chain module
11 lines (10 loc) • 453 B
TypeScript
import { Types } from 'klayr-framework';
import { NextAvailableProposalIdStoreData } from '../../types';
import { Types as sTypes } from '@swaptoshi/utils';
export declare const getNextAvailableProposalIdEndpointResponseSchema: sTypes.TypedSchema<Types.JSONObject<NextAvailableProposalIdStoreData>>;
export declare const getNextAvailableProposalIdEndpointRequestSchema: {
$id: string;
type: string;
required: never[];
properties: {};
};