Properties
				
					
					accountEndpoint
					accountEndpoint: string
					
				
				
					
					bnsLookupUrl
					bnsLookupUrl: string
					
				
				
					
					broadcastEndpoint
					broadcastEndpoint: string
					
				
				
				
					
					contractAbiEndpoint
					contractAbiEndpoint: string
					
				
				
					
					coreApiUrl
					coreApiUrl: string
					
				
				
					
					getAbiApiUrl
					getAbiApiUrl: (address: string, contract: string) => string
					
					
						Type declaration
						
							- 
								
									- (address: string, contract: string): string
 
								
								
									- 
										
Parameters
										
											- 
												
address: string
											 
											- 
												
contract: string
											 
										
										Returns string
									 
								
							 
						
					 
				
				
					
					getAccountApiUrl
					getAccountApiUrl: (address: string) => string
					
					
						Type declaration
						
							- 
								
									- (address: string): string
 
								
								
									- 
										
Parameters
										
										Returns string
									 
								
							 
						
					 
				
				
					
					getBlockTimeInfoUrl
					getBlockTimeInfoUrl: () => string
					
					
				
				
					
					getBroadcastApiUrl
					getBroadcastApiUrl: () => string
					
					
				
				
					
					getInfoUrl
					getInfoUrl: () => string
					
					
				
				
					
					getNameInfo
					getNameInfo: (fullyQualifiedName: string) => any
					
					
					
						Type declaration
						
							- 
								
									- (fullyQualifiedName: string): any
 
								
								
									- 
										
Parameters
										
											- 
												
fullyQualifiedName: string
											 
										
										Returns any
									 
								
							 
						
					 
				
				
					
					getPoxInfoUrl
					getPoxInfoUrl: () => string
					
					
				
				
					
					getReadOnlyFunctionCallApiUrl
					getReadOnlyFunctionCallApiUrl: (contractAddress: string, contractName: string, functionName: string) => string
					
					
						Type declaration
						
							- 
								
									- (contractAddress: string, contractName: string, functionName: string): string
 
								
								
									- 
										
Parameters
										
											- 
												
contractAddress: string
											 
											- 
												
contractName: string
											 
											- 
												
functionName: string
											 
										
										Returns string
									 
								
							 
						
					 
				
				
					
					getStackerInfoUrl
					getStackerInfoUrl: (contractAddress: string, contractName: string) => string
					
					
						Type declaration
						
							- 
								
									- (contractAddress: string, contractName: string): string
 
								
								
									- 
										
Parameters
										
											- 
												
contractAddress: string
											 
											- 
												
contractName: string
											 
										
										Returns string
									 
								
							 
						
					 
				
				
					
					getTransferFeeEstimateApiUrl
					getTransferFeeEstimateApiUrl: () => string
					
					
				
				
					
					readOnlyFunctionCallEndpoint
					readOnlyFunctionCallEndpoint: string
					
				
				
					
					transferFeeEstimateEndpoint
					transferFeeEstimateEndpoint: string
					
				
				
			
			 
Get WHOIS-like information for a name, including the address that owns it, the block at which it expires, and the zone file anchored to it (if available).
This is intended for use in third-party wallets or in DApps that register names.
the name to query. Can be on-chain of off-chain.
a promise that resolves to the WHOIS-like information