Export makeMultisignedTx
This commit is contained in:
parent
f8fafd17b6
commit
f82b175506
@ -44,6 +44,8 @@ and this project adheres to
|
||||
sequence and chain ID.
|
||||
- @cosmjs/stargate: Add constructor `SigningStargateClient.offline` which does
|
||||
not connect to Tendermint. This allows offline signing.
|
||||
- @cosmjs/stargate: Add `makeMultisignedTx` which allows you to assemble a
|
||||
transaction signed by a multisig account.
|
||||
|
||||
### Changed
|
||||
|
||||
|
||||
@ -4,6 +4,7 @@ export { Account, accountFromAny } from "./accounts";
|
||||
export { AminoConverter, AminoTypes } from "./aminotypes";
|
||||
export { buildFeeTable, FeeTable, GasLimits, GasPrice, StdFee } from "./fee";
|
||||
export * as logs from "./logs";
|
||||
export { makeMultisignedTx } from "./multisignature";
|
||||
export {
|
||||
AuthExtension,
|
||||
BankExtension,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user