Functions
Link copied to clipboard
Retrieve the expiration time of a domain name or subdomain name from the contract.
Link copied to clipboard
Retrieve the owner address of a domain name or subdomain name from the contract.
Link copied to clipboard
Retrieve the primary name for an account. An account can have multiple names that target it, but only a single name that is primary. An account also may not have a primary name.
Link copied to clipboard
Retrieve the target address of a domain or subdomain name. This is the address the name points to for use on chain. Note, the target address can point to addresses that are not the owner of the name
Link copied to clipboard
abstract suspend fun setTargetAddress(sender: AccountAddress, name: String, address: AccountAddressInput, options: InputGenerateTransactionOptions = InputGenerateTransactionOptions()): SimpleTransaction
Sets the target address of a domain or subdomain name. This is the address the name points to for use on chain. Note, the target address can point to addresses that are not the owner of the name