cosmjs-util/packages/sdk
Simon Warta 5bcdf286f6 Fix optional types in MsgStoreCode
If they are unset, signatures are invalid.
2020-02-07 17:32:14 +01:00
..
nonces Add nonces 2020-02-06 10:20:30 +01:00
src Fix optional types in MsgStoreCode 2020-02-07 17:32:14 +01:00
types Fix optional types in MsgStoreCode 2020-02-07 17:32:14 +01:00
.eslintignore Extract RestClient, TxsResponse, AminoTx into @cosmwasm/sdk 2020-01-31 17:50:10 +01:00
.gitignore Extract RestClient, TxsResponse, AminoTx into @cosmwasm/sdk 2020-01-31 17:50:10 +01:00
jasmine-testrunner.js Deduplicate copies of jasmine-spec-reporter.config.json 2020-02-06 15:53:56 +01:00
karma.conf.js Extract RestClient, TxsResponse, AminoTx into @cosmwasm/sdk 2020-01-31 17:50:10 +01:00
package.json Use Pen in RestClient tests 2020-02-07 00:33:30 +01:00
README.md Add License section to package READMEs 2020-02-06 15:32:12 +01:00
tsconfig.json Extract RestClient, TxsResponse, AminoTx into @cosmwasm/sdk 2020-01-31 17:50:10 +01:00
tslint.json Extract RestClient, TxsResponse, AminoTx into @cosmwasm/sdk 2020-01-31 17:50:10 +01:00
typedoc.js Extract RestClient, TxsResponse, AminoTx into @cosmwasm/sdk 2020-01-31 17:50:10 +01:00
webpack.web.config.js Extract RestClient, TxsResponse, AminoTx into @cosmwasm/sdk 2020-01-31 17:50:10 +01:00

@cosmwasm/sdk

npm version

An SDK to build CosmWasm clients.

License

This package is part of the cosmwasm-js repository, licensed under the Apache License 2.0 (see NOTICE and LICENSE).