mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-11 14:09:15 +00:00
stargate: Fix import path
This commit is contained in:
parent
ef99be483d
commit
9214e9706a
@ -8,11 +8,11 @@ import {
|
||||
Registry,
|
||||
TxBodyEncodeObject,
|
||||
} from "@cosmjs/proto-signing";
|
||||
import { decodeTxRaw } from "@cosmjs/proto-signing/build";
|
||||
import { assert, sleep } from "@cosmjs/utils";
|
||||
import { Coin } from "cosmjs-types/cosmos/base/v1beta1/coin";
|
||||
import { TxRaw } from "cosmjs-types/cosmos/tx/v1beta1/tx";
|
||||
|
||||
import { decodeTxRaw } from "../../proto-signing/build";
|
||||
import { isMsgSendEncodeObject } from "./encodeobjects";
|
||||
import {
|
||||
BroadcastTxResponse,
|
||||
|
Loading…
x
Reference in New Issue
Block a user