Preparing search index...
The search index is not available
bitbadgesjs-sdk - v0.5.8
bitbadgesjs-sdk
iGetOwnersForBadgeSuccessResponse
Interface iGetOwnersForBadgeSuccessResponse<T>
interface
iGetOwnersForBadgeSuccessResponse
<
T
>
{
owners
:
iBalanceDocWithDetails
<
T
>
[]
;
pagination
:
PaginationInfo
;
}
Type Parameters
T
extends
NumberType
Implemented by
GetOwnersForBadgeSuccessResponse
Index
Properties
owners
pagination
Properties
owners
owners
:
iBalanceDocWithDetails
<
T
>
[]
Represents a list of owners balance details.
pagination
pagination
:
PaginationInfo
Represents pagination information.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
owners
pagination
bitbadgesjs-sdk - v0.5.8
Loading...
Represents a list of owners balance details.