This commit is contained in:
Arihant Bansal
2024-12-22 01:33:49 +05:30
parent 6d4f468fb3
commit f76cc9cf8e
17 changed files with 17 additions and 17 deletions

View File

@@ -9,7 +9,7 @@ import { SolanaAgentKit } from "../index";
* a specified Solana public key. If the primary domain is stale or an error occurs during
* the resolution, it throws an error.
*
* @param agent SolanaAgent instance
* @param agent SolanaAgentKit instance
* @param account The Solana public key for which to retrieve the primary domain
* @returns A promise that resolves to the primary .sol domain as a string
* @throws Error if the domain is stale or if the domain resolution fails