@fuel-ts/interfaces
Advanced tools
Comparing version 0.0.0-pr-3511-20241231120004 to 0.0.0-pr-3537-20250103132143
@@ -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-pr-3511-20241231120004", | ||
"version": "0.0.0-pr-3537-20250103132143", | ||
"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
29175
162
68