@intersect.mbo/govtool-delegation-pillar
Version:
Delegation Pillar of the GovTool project
13 lines (11 loc) • 446 B
text/typescript
export const QUERY_KEYS = {
getAdaHolderCurrentDelegationKey: 'getAdaHolderCurrentDelegationKey',
getAdaHolderVotingPowerKey: 'getAdaHolderVotingPowerKey',
useGetDRepInfoKey: 'useGetDRepInfoKey',
useGetDRepListInfiniteKey: 'useGetDRepListInfiniteKey',
useGetDRepVotingPowerKey: 'useGetDRepVotingPowerKey',
useGetNetworkMetricsKey: 'useGetNetworkMetricsKey',
};
export const MUTATION_KEYS = {
postValidateKey: 'postValidateKey',
};