Document whatFeeTable from @cosmjs/cosmwasm is for
This commit is contained in:
parent
4e5a25c625
commit
aaeb7983de
@ -30,6 +30,9 @@ import {
|
||||
MsgUpdateAdmin,
|
||||
} from "./msgs";
|
||||
|
||||
/**
|
||||
* Those fees are used by the higher level methods of SigningCosmWasmClient
|
||||
*/
|
||||
export interface FeeTable {
|
||||
readonly upload: StdFee;
|
||||
readonly init: StdFee;
|
||||
|
||||
@ -1,6 +1,9 @@
|
||||
import { BroadcastMode, Coin, Msg, OfflineSigner, PostTxResult, StdFee } from "@cosmjs/launchpad";
|
||||
import { Account, CosmWasmClient, GetSequenceResult } from "./cosmwasmclient";
|
||||
import { Log } from "./logs";
|
||||
/**
|
||||
* Those fees are used by the higher level methods of SigningCosmWasmClient
|
||||
*/
|
||||
export interface FeeTable {
|
||||
readonly upload: StdFee;
|
||||
readonly init: StdFee;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user