Skip to content

Class: AbstractAddress

@fuel-ts/interfaces.AbstractAddress

Hierarchy

  • AbstractAddress

Constructors

constructor

new AbstractAddress(): AbstractAddress

Returns

AbstractAddress

Methods

equals

equals(other): boolean

Parameters

NameType
otherAbstractAddress

Returns

boolean

Defined in

index.ts:55


toAddress

toAddress(): `fuel${string}`

Returns

`fuel${string}`

Defined in

index.ts:51


toB256

toB256(): string

Returns

string

Defined in

index.ts:52


toBytes

toBytes(): Uint8Array

Returns

Uint8Array

Defined in

index.ts:54


toHexString

toHexString(): string

Returns

string

Defined in

index.ts:53


toJSON

toJSON(): string

Returns

string

Defined in

index.ts:49


toString

toString(): string

Returns

string

Defined in

index.ts:50