bitbadgesjs-sdk - v0.27.2
Preparing search index...
iGetSwapActivitiesSuccessResponse
Interface iGetSwapActivitiesSuccessResponse<T>
interface
iGetSwapActivitiesSuccessResponse
<
T
extends
NumberType
=
NumberType
>
{
pagination
:
PaginationInfo
;
swapActivities
:
{
_docId
:
string
;
blockHeight
:
T
;
timestamp
:
T
;
txHash
:
string
;
[
key
:
string
]:
any
;
}
[]
;
}
Type Parameters
T
extends
NumberType
=
NumberType
Implemented by
GetSwapActivitiesSuccessResponse
Index
Properties
pagination
swap
Activities
Properties
pagination
pagination
:
PaginationInfo
swap
Activities
swapActivities
:
{
_docId
:
string
;
blockHeight
:
T
;
timestamp
:
T
;
txHash
:
string
;
[
key
:
string
]:
any
;
}
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
pagination
swap
Activities
bitbadgesjs-sdk - v0.27.2
Loading...