@fuel-ts/interfaces.AbstractAddress
AbstractAddress
↳ Address
• new AbstractAddress()
▸ Abstract
equals(other
): boolean
Name | Type |
---|---|
other | AbstractAddress |
boolean
▸ Abstract
toAddress(): `fuel${string}`
`fuel${string}`
▸ Abstract
toB256(): string
string
▸ Abstract
toBytes(): Uint8Array
Uint8Array
▸ Abstract
toHexString(): string
string
▸ Abstract
toJSON(): string
string
▸ Abstract
toString(): string
string