Merge pull request #151 from CosmWasm/export-FeeTable
Add missing package export: FeeTable
This commit is contained in:
@@ -30,6 +30,7 @@ export { findSequenceForSignedTx } from "./sequence";
|
||||
export { encodeSecp256k1Signature, decodeSignature } from "./signature";
|
||||
export {
|
||||
ExecuteResult,
|
||||
FeeTable,
|
||||
InstantiateResult,
|
||||
SigningCallback,
|
||||
SigningCosmWasmClient,
|
||||
|
||||
Vendored
+1
@@ -29,6 +29,7 @@ export { findSequenceForSignedTx } from "./sequence";
|
||||
export { encodeSecp256k1Signature, decodeSignature } from "./signature";
|
||||
export {
|
||||
ExecuteResult,
|
||||
FeeTable,
|
||||
InstantiateResult,
|
||||
SigningCallback,
|
||||
SigningCosmWasmClient,
|
||||
|
||||
Reference in New Issue
Block a user