mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
Replace relative import in stargate module
This commit is contained in:
parent
1471bf018f
commit
798fb1f488
@ -1,9 +1,8 @@
|
||||
import { StdFee } from "@cosmjs/amino";
|
||||
import { StdFee, MultisigThresholdPubkey, pubkeyToAddress } from "@cosmjs/amino";
|
||||
import { Bech32 } from "@cosmjs/encoding";
|
||||
import { encodePubkey } from "@cosmjs/proto-signing";
|
||||
import Long from "long";
|
||||
|
||||
import { MultisigThresholdPubkey, pubkeyToAddress } from "../../amino/build";
|
||||
import { CompactBitArray, MultiSignature } from "./codec/cosmos/crypto/multisig/v1beta1/multisig";
|
||||
import { SignMode } from "./codec/cosmos/tx/signing/v1beta1/signing";
|
||||
import { AuthInfo, SignerInfo } from "./codec/cosmos/tx/v1beta1/tx";
|
||||
|
Loading…
x
Reference in New Issue
Block a user