@fuel-ts/interfaces v0.94.8 • Docs
Class: abstract
AbstractAddress
Extended by
Constructors
new AbstractAddress()
new AbstractAddress():
AbstractAddress
Returns
Methods
equals()
abstract
equals(other
):boolean
Parameters
• other: AbstractAddress
Returns
boolean
Defined in
index.ts:56
toAddress()
abstract
toAddress(): `fuel${string}`
Returns
`fuel${string}`
Defined in
index.ts:52
toB256()
abstract
toB256():string
Returns
string
Defined in
index.ts:53
toBytes()
abstract
toBytes():Uint8Array
Returns
Uint8Array
Defined in
index.ts:55
toHexString()
abstract
toHexString():string
Returns
string
Defined in
index.ts:54
toJSON()
abstract
toJSON():string
Returns
string
Defined in
index.ts:50
toString()
abstract
toString():string
Returns
string
Defined in
index.ts:51