@@ -177,7 +177,7 @@ export { getParams as getParamsCosmosMintV1beta1, getInflation, getAnnualProvisi
177
177
export { useGetParams as useGetParamsCosmosMintV1beta1 , useGetInflation , useGetAnnualProvisions } from "./mint/v1beta1/query.rpc.react" ;
178
178
export { getGroupInfo , getGroupPolicyInfo , getGroupMembers , getGroupsByAdmin , getGroupPoliciesByGroup , getGroupPoliciesByAdmin , getProposal as getProposalCosmosGroupV1 , getProposalsByGroupPolicy , getVoteByProposalVoter , getVotesByProposal , getVotesByVoter , getGroupsByMember , getTallyResult as getTallyResultCosmosGroupV1 , getGroups } from "./group/v1/query.rpc.func" ;
179
179
export { useGetGroupInfo , useGetGroupPolicyInfo , useGetGroupMembers , useGetGroupsByAdmin , useGetGroupPoliciesByGroup , useGetGroupPoliciesByAdmin , useGetProposal as useGetProposalCosmosGroupV1 , useGetProposalsByGroupPolicy , useGetVoteByProposalVoter , useGetVotesByProposal , useGetVotesByVoter , useGetGroupsByMember , useGetTallyResult as useGetTallyResultCosmosGroupV1 , useGetGroups } from "./group/v1/query.rpc.react" ;
180
- export { getProposal , getProposals , getVote as getVoteCosmosGovV1beta1 , getVotes as getVotesCosmosGovV1beta1 , getParams as getParamsCosmosGovV1beta1 , getDeposit , getDeposits , getTallyResult } from "./gov/v1beta1/query.rpc.func" ;
180
+ export { getProposal , getProposals , getVote , getVotes as getVotesCosmosGovV1beta1 , getParams as getParamsCosmosGovV1beta1 , getDeposit , getDeposits , getTallyResult } from "./gov/v1beta1/query.rpc.func" ;
181
181
export { useGetProposal as useGetProposalCosmosGovV1beta1 , useGetProposals as useGetProposalsCosmosGovV1beta1 , useGetVote as useGetVoteCosmosGovV1beta1 , useGetVotes as useGetVotesCosmosGovV1beta1 , useGetParams as useGetParamsCosmosGovV1beta1 , useGetDeposit as useGetDepositCosmosGovV1beta1 , useGetDeposits as useGetDepositsCosmosGovV1beta1 , useGetTallyResult as useGetTallyResultCosmosGovV1beta1 } from "./gov/v1beta1/query.rpc.react" ;
182
182
export { getConstitution , getProposal as getProposalCosmosGovV1 , getProposals as getProposalsCosmosGovV1 , getVote as getVoteCosmosGovV1 , getVotes as getVotesCosmosGovV1 , getParams as getParamsCosmosGovV1 , getDeposit as getDepositCosmosGovV1 , getDeposits as getDepositsCosmosGovV1 , getTallyResult as getTallyResultCosmosGovV1 } from "./gov/v1/query.rpc.func" ;
183
183
export { useGetConstitution , useGetProposal as useGetProposalCosmosGovV1 , useGetProposals as useGetProposalsCosmosGovV1 , useGetVote as useGetVoteCosmosGovV1 , useGetVotes as useGetVotesCosmosGovV1 , useGetParams as useGetParamsCosmosGovV1 , useGetDeposit as useGetDepositCosmosGovV1 , useGetDeposits as useGetDepositsCosmosGovV1 , useGetTallyResult as useGetTallyResultCosmosGovV1 } from "./gov/v1/query.rpc.react" ;
0 commit comments