Intro
Icon ChevronDown
Fuel 101
Icon ChevronDown
Sway
Icon ChevronDown
TypeScript SDK
Icon ChevronUp
About
Introduction
Errors
Wallets
Typegen
Contracts
Scripts
Predicates
Providers
Types
Utilities
Cookbook
Testing
Fuels
Account
Address
Contract
Interfaces
Program
Script
Icon BrandGithubFilled
Version: 0.79.0
Icon Link
Rust SDK
Icon ChevronDown
Wallet SDK
Icon ChevronDown
GraphQL API
Icon ChevronDown
Forc
Icon ChevronDown
Specifications
Icon ChevronDown
Sway Std Lib
Icon Link
Sway Core
Icon Link
Example Applications
Icon Link
Sway Playground
Icon Link
Faucet
Icon Link
Notices
Contributing
Feedback
Fuel TS SDK
Icon HelpCircle
Forum
Icon Link
Version: Beta-5
Icon ChevronDown
Search
⌘K
Icon HelpCircle
Forum
Icon Link
Version: Beta-5
Icon ChevronDown
Icon List
Docs
/
Fuels Ts
/
Interfaces
/
AbstractAddress
Icon Link
Class: AbstractAddress
@fuel-ts/interfaces
.AbstractAddress
Icon Link
Hierarchy
AbstractAddress
Icon Link
Constructors
Icon Link
constructor
•
new AbstractAddress
():
AbstractAddress
Icon Link
Returns
AbstractAddress
Icon Link
Methods
Icon Link
equals
▸
equals
(
other
):
boolean
Icon Link
Parameters
Name
Type
other
AbstractAddress
Icon Link
Returns
boolean
Icon Link
Defined in
index.ts:55
Icon Link
Icon Link
toAddress
▸
toAddress
(): `fuel${string}`
Icon Link
Returns
`fuel${string}`
Icon Link
Defined in
index.ts:51
Icon Link
Icon Link
toB256
▸
toB256
():
string
Icon Link
Returns
string
Icon Link
Defined in
index.ts:52
Icon Link
Icon Link
toBytes
▸
toBytes
():
Uint8Array
Icon Link
Returns
Uint8Array
Icon Link
Defined in
index.ts:54
Icon Link
Icon Link
toHexString
▸
toHexString
():
string
Icon Link
Returns
string
Icon Link
Defined in
index.ts:53
Icon Link
Icon Link
toJSON
▸
toJSON
():
string
Icon Link
Returns
string
Icon Link
Defined in
index.ts:49
Icon Link
Icon Link
toString
▸
toString
():
string
Icon Link
Returns
string
Icon Link
Defined in
index.ts:50
Icon Link