bitbadgesjs-sdk - v0.22.7
Preparing search index...
iGetOwnersSuccessResponse
Interface iGetOwnersSuccessResponse<T>
interface
iGetOwnersSuccessResponse
<
T
extends
NumberType
>
{
owners
:
iBalanceDocWithDetails
<
T
>
[]
;
pagination
:
PaginationInfo
;
}
Type Parameters
T
extends
NumberType
Implemented by
GetOwnersSuccessResponse
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.22.7
Loading...
Represents a list of owners balance details.