Adapt types imports
This commit is contained in:
@@ -4,7 +4,7 @@ import { getConnectError } from "@/lib/errorHelpers";
|
||||
import { requestJson } from "@/lib/request";
|
||||
import { msgTypeCountsFromJson } from "@/lib/txMsgHelpers";
|
||||
import { cn, toastError } from "@/lib/utils";
|
||||
import { DbNonce, DbTransaction } from "@/types";
|
||||
import { DbNonce, DbTransaction } from "@/types/db";
|
||||
import { WalletInfo } from "@/types/signing";
|
||||
import { toBase64 } from "@cosmjs/encoding";
|
||||
import { StargateClient } from "@cosmjs/stargate";
|
||||
|
||||
@@ -3,7 +3,7 @@ import { getConnectError } from "@/lib/errorHelpers";
|
||||
import { MultisigFromQuery } from "@/lib/graphqlHelpers";
|
||||
import { requestJson } from "@/lib/request";
|
||||
import { toastError } from "@/lib/utils";
|
||||
import { DbNonce } from "@/types";
|
||||
import { DbNonce } from "@/types/db";
|
||||
import { WalletInfo } from "@/types/signing";
|
||||
import { MultisigThresholdPubkey } from "@cosmjs/amino";
|
||||
import { toBase64 } from "@cosmjs/encoding";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { DbSignature } from "@/types/db";
|
||||
import { MultisigThresholdPubkey } from "@cosmjs/amino";
|
||||
import { useEffect, useState } from "react";
|
||||
import { DbSignature } from "../../types";
|
||||
import StackableContainer from "../layout/StackableContainer";
|
||||
import CopyAndPaste from "./CopyAndPaste";
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
import { DbTransactionJsonObj } from "@/types/db";
|
||||
import { MsgTypeUrls } from "@/types/txMsg";
|
||||
import { EncodeObject } from "@cosmjs/proto-signing";
|
||||
import { useChains } from "../../../context/ChainsContext";
|
||||
import { printableCoins } from "../../../lib/displayHelpers";
|
||||
import { DbTransactionJsonObj } from "../../../types";
|
||||
import { MsgTypeUrls } from "../../../types/txMsg";
|
||||
import StackableContainer from "../../layout/StackableContainer";
|
||||
import TxMsgBeginRedelegateDetails from "./TxMsgBeginRedelegateDetails";
|
||||
import TxMsgCreateVestingAccountDetails from "./TxMsgCreateVestingAccountDetails";
|
||||
|
||||
Reference in New Issue
Block a user