v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.10
LangChain.js
langchain-community/document_loaders/web/sort_xyz_blockchain
SortXYZBlockchainAPIResponse
Interface SortXYZBlockchainAPIResponse
Interface representing the response from the SortXYZ API.
interface
SortXYZBlockchainAPIResponse
{
code
:
number
;
data
:
{
durationMs
:
number
;
id
:
string
;
query
:
string
;
recordCount
:
number
;
records
:
Record
<
string
,
unknown
>
[]
;
}
;
}
Index
Properties
code
data
Properties
code
code
:
number
data
data
:
{
durationMs
:
number
;
id
:
string
;
query
:
string
;
recordCount
:
number
;
records
:
Record
<
string
,
unknown
>
[]
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
code
data
LangChain.js - v0.2.10
Loading...
Interface representing the response from the SortXYZ API.