@fuel-ts/interfaces
Advanced tools
Comparing version 0.0.0-next-20250102122157 to 0.0.0-next-20250102124910
@@ -6,7 +6,2 @@ /** | ||
*/ | ||
/** | ||
* @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}`; | ||
export type B256Address = string; | ||
@@ -42,3 +37,3 @@ export type ChecksumAddress = string; | ||
abstract toString(): string; | ||
abstract toAddress(): Bech32Address; | ||
abstract toAddress(): B256Address; | ||
abstract toB256(): B256Address; | ||
@@ -45,0 +40,0 @@ abstract toHexString(): string; |
{ | ||
"name": "@fuel-ts/interfaces", | ||
"version": "0.0.0-next-20250102122157", | ||
"version": "0.0.0-next-20250102124910", | ||
"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
29172
162