@intersect.mbo/govtool-delegation-pillar
Version:
Delegation Pillar of the GovTool project
12 lines (11 loc) • 339 B
TypeScript
export declare const QUERY_KEYS: {
getAdaHolderCurrentDelegationKey: string;
getAdaHolderVotingPowerKey: string;
useGetDRepInfoKey: string;
useGetDRepListInfiniteKey: string;
useGetDRepVotingPowerKey: string;
useGetNetworkMetricsKey: string;
};
export declare const MUTATION_KEYS: {
postValidateKey: string;
};