@tendermint/types
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -15,3 +15,3 @@ { | ||
}, | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"main": "index.d.ts", | ||
@@ -18,0 +18,0 @@ "scripts": { |
@@ -33,3 +33,3 @@ # Types | ||
git clone https://github.com/cosmos/types.git | ||
cd belt | ||
cd types | ||
yarn install | ||
@@ -42,4 +42,4 @@ yarn setup | ||
Belt is very new! Questions, feedback, use cases, issues, and code are all very, very welcome. | ||
Types is very new! Questions, feedback, use cases, issues, and code are all very, very welcome. | ||
Thank you for helping us help you help us all. 🎁 |
@@ -7,2 +7,7 @@ /** | ||
/** | ||
* A Bech32-encoded string. | ||
*/ | ||
export type Bech32String = string; | ||
/** | ||
* A "raw" binary-encoded string. | ||
@@ -9,0 +14,0 @@ */ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
62252
81