AccountAddress

This class is used to represent an account address.

It is used for working with account addresses. Account addresses, when represented as a string, generally look like these examples:

  • 0x1

  • 0xaa86fe99004361f747f91342ca13c426ca0cccb0c1217677180c9493bad6ef0c

Constructors

Link copied to clipboard
constructor(hex: String)

This constructor is used to create an account address from a hex string.

constructor(data: ByteArray)

Creates an account address from a hex string.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The data of the account address.

Link copied to clipboard
open override val value: String

The value of the account address.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
Link copied to clipboard