Skip to content

@fuel-ts/interfaces v0.94.8Docs


Class: abstract AbstractAddress

Extended by

Constructors

new AbstractAddress()

new AbstractAddress(): AbstractAddress

Returns

AbstractAddress

Methods

equals()

abstract equals(other): boolean

Parameters

other: AbstractAddress

Returns

boolean

Defined in

index.ts:60


toAddress()

abstract toAddress(): `fuel${string}`

Returns

`fuel${string}`

Defined in

index.ts:56


toB256()

abstract toB256(): string

Returns

string

Defined in

index.ts:57


toBytes()

abstract toBytes(): Uint8Array

Returns

Uint8Array

Defined in

index.ts:59


toHexString()

abstract toHexString(): string

Returns

string

Defined in

index.ts:58


toJSON()

abstract toJSON(): string

Returns

string

Defined in

index.ts:54


toString()

abstract toString(): string

Returns

string

Defined in

index.ts:55