@fuel-ts/interfaces
Advanced tools
Comparing version 0.97.0 to 0.97.1
@@ -6,2 +6,6 @@ /** | ||
*/ | ||
/** | ||
* @deprecated | ||
* Type `Bech32Address` is now deprecated. Use `B256` addresses instead. ([help](https://docs.fuel.network/docs/specs/abi/argument-encoding/#b256)) | ||
*/ | ||
export type Bech32Address = `fuel${string}`; | ||
@@ -8,0 +12,0 @@ export type B256Address = string; |
{ | ||
"name": "@fuel-ts/interfaces", | ||
"version": "0.97.0", | ||
"version": "0.97.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
30233
167