Preparing search index...
The search index is not available
@esscrypt/histori-sdk
@esscrypt/histori-sdk
PaginatedTokensResponseDto
Interface PaginatedTokensResponseDto
interface
PaginatedTokensResponseDto
{
chain_id
:
number
;
limit
:
number
;
network_name
:
string
;
next
?:
string
;
page
:
number
;
previous
?:
string
;
tokens
:
TokenResponseDto
[]
;
}
Index
Properties
chain_
id
limit
network_
name
next?
page
previous?
tokens
Properties
chain_
id
chain_
id
:
number
limit
limit
:
number
network_
name
network_
name
:
string
Optional
next
next
?:
string
page
page
:
number
Optional
previous
previous
?:
string
tokens
tokens
:
TokenResponseDto
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
chain_
id
limit
network_
name
next
page
previous
tokens
@esscrypt/histori-sdk
Loading...