Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fuel-ts/interfaces

Package Overview
Dependencies
Maintainers
0
Versions
3209
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fuel-ts/interfaces - npm Package Compare versions

Comparing version 0.0.0-pr-3511-20241231120004 to 0.0.0-pr-3537-20250103132143

7

dist/index.d.ts

@@ -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;

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc