NameRecord

interface NameRecord

Properties

Link copied to clipboard
abstract val data: Map<String, String>

Additional data which may be stored in a record

Link copied to clipboard
abstract val expirationTimestamp: Timestamp

Timestamp when the record expires.

Link copied to clipboard
abstract val id: String?

Id of this record.

Link copied to clipboard
abstract val name: String?

The SuiNS name of this record

Link copied to clipboard

Returns the field-presence view for this NameRecord instance.

Link copied to clipboard
abstract val registrationNftId: String?

The ID of the RegistrationNFT assigned to this record.

Link copied to clipboard
abstract val targetAddress: String?

The target address that this name points to

Functions

Link copied to clipboard
Link copied to clipboard
fun NameRecord.copy(body: <Error class: unknown class>.() -> Unit = {}): NameRecord

Copies the original message, including unknown fields.