cosmwasm-stargate: Use SignDoc helper from amino

This commit is contained in:
willclarktech 2021-03-24 15:41:34 +01:00
parent 3740724e76
commit f98b4f1b7e
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/naming-convention */
import { encodeSecp256k1Pubkey } from "@cosmjs/amino";
import { encodeSecp256k1Pubkey, makeSignDoc as makeSignDocAmino } from "@cosmjs/amino";
import {
ChangeAdminResult,
CosmWasmFeeTable,
@ -13,7 +13,7 @@ import {
} from "@cosmjs/cosmwasm-launchpad";
import { sha256 } from "@cosmjs/crypto";
import { fromBase64, toHex, toUtf8 } from "@cosmjs/encoding";
import { CosmosFeeTable, makeSignDoc as makeSignDocAmino } from "@cosmjs/launchpad";
import { CosmosFeeTable } from "@cosmjs/launchpad";
import { Int53, Uint53 } from "@cosmjs/math";
import {
EncodeObject,