-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #725 from hyperweb-io/fix-helper-function-name
fix helper function name for tx
- Loading branch information
Showing
46 changed files
with
45 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
__fixtures__/v-next/outputicjs/akash/audit/v1beta1/audit.rpc.react.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
__fixtures__/v-next/outputicjs/akash/audit/v1beta2/audit.rpc.react.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
__fixtures__/v-next/outputicjs/akash/cert/v1beta2/cert.rpc.react.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
__fixtures__/v-next/outputicjs/akash/deployment/v1beta1/deployment.rpc.react.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
__fixtures__/v-next/outputicjs/akash/deployment/v1beta2/service.rpc.react.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
__fixtures__/v-next/outputicjs/akash/market/v1beta2/service.rpc.react.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
__fixtures__/v-next/outputicjs/akash/provider/v1beta1/provider.rpc.react.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
__fixtures__/v-next/outputicjs/akash/provider/v1beta2/provider.rpc.react.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
__fixtures__/v-next/outputicjs/cosmos/authz/v1beta1/tx.rpc.react.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
__fixtures__/v-next/outputicjs/cosmos/bank/v1beta1/tx.rpc.react.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
__fixtures__/v-next/outputicjs/cosmos/crisis/v1beta1/tx.rpc.react.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import { buildUseMutation } from "../../../react-query"; | ||
import { MsgVerifyInvariant } from "./tx"; | ||
import { createVerifyInvariant } from "./tx.rpc.func.ts"; | ||
import { createVerifyInvariant } from "./tx.rpc.func"; | ||
export const useVerifyInvariant = buildUseMutation<MsgVerifyInvariant, Error>({ | ||
builderMutationFn: createVerifyInvariant | ||
}); |
2 changes: 1 addition & 1 deletion
2
__fixtures__/v-next/outputicjs/cosmos/distribution/v1beta1/tx.rpc.react.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
__fixtures__/v-next/outputicjs/cosmos/evidence/v1beta1/tx.rpc.react.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import { buildUseMutation } from "../../../react-query"; | ||
import { MsgSubmitEvidence } from "./tx"; | ||
import { createSubmitEvidence } from "./tx.rpc.func.ts"; | ||
import { createSubmitEvidence } from "./tx.rpc.func"; | ||
export const useSubmitEvidence = buildUseMutation<MsgSubmitEvidence, Error>({ | ||
builderMutationFn: createSubmitEvidence | ||
}); |
2 changes: 1 addition & 1 deletion
2
__fixtures__/v-next/outputicjs/cosmos/feegrant/v1beta1/tx.rpc.react.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
__fixtures__/v-next/outputicjs/cosmos/gov/v1beta1/tx.rpc.react.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
__fixtures__/v-next/outputicjs/cosmos/nft/v1beta1/tx.rpc.react.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import { buildUseMutation } from "../../../react-query"; | ||
import { MsgSend } from "./tx"; | ||
import { createSend } from "./tx.rpc.func.ts"; | ||
import { createSend } from "./tx.rpc.func"; | ||
export const useSend = buildUseMutation<MsgSend, Error>({ | ||
builderMutationFn: createSend | ||
}); |
2 changes: 1 addition & 1 deletion
2
__fixtures__/v-next/outputicjs/cosmos/slashing/v1beta1/tx.rpc.react.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import { buildUseMutation } from "../../../react-query"; | ||
import { MsgUnjail } from "./tx"; | ||
import { createUnjail } from "./tx.rpc.func.ts"; | ||
import { createUnjail } from "./tx.rpc.func"; | ||
export const useUnjail = buildUseMutation<MsgUnjail, Error>({ | ||
builderMutationFn: createUnjail | ||
}); |
2 changes: 1 addition & 1 deletion
2
__fixtures__/v-next/outputicjs/cosmos/staking/v1beta1/tx.rpc.react.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
__fixtures__/v-next/outputicjs/cosmos/upgrade/v1beta1/tx.rpc.react.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
__fixtures__/v-next/outputicjs/cosmos/vesting/v1beta1/tx.rpc.react.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
__fixtures__/v-next/outputicjs/cosmwasm/wasm/v1/tx.rpc.react.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
__fixtures__/v-next/outputicjs/evmos/vesting/v1/tx.rpc.react.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
__fixtures__/v-next/outputicjs/ibc/applications/transfer/v1/tx.rpc.react.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import { buildUseMutation } from "../../../../react-query"; | ||
import { MsgTransfer } from "./tx"; | ||
import { createTransfer } from "./tx.rpc.func.ts"; | ||
import { createTransfer } from "./tx.rpc.func"; | ||
export const useTransfer = buildUseMutation<MsgTransfer, Error>({ | ||
builderMutationFn: createTransfer | ||
}); |
2 changes: 1 addition & 1 deletion
2
__fixtures__/v-next/outputicjs/ibc/core/channel/v1/tx.rpc.react.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.