@coopenomics/sdk
Preparing search index...
Queries
Wallet
GetProgramWallets
query
Variable query
Const
query
:
{
getProgramWallets
:
[
{
filter
:
Variable
<
"ProgramWalletFilterInput"
,
"filter"
>
;
options
:
Variable
<
"PaginationInput"
,
"options"
>
;
}
,
{
currentPage
:
boolean
;
items
:
{
agreement_id
:
boolean
;
available
:
boolean
;
blocked
:
boolean
;
blockNum
:
boolean
;
coopname
:
boolean
;
id
:
boolean
;
membership_contribution
:
boolean
;
program_id
:
boolean
;
program_type
:
boolean
;
username
:
boolean
;
}
;
totalCount
:
boolean
;
totalPages
:
boolean
;
}
,
]
;
}
= ...
Получение списка программных кошельков с фильтрацией и пагинацией
Type Declaration
getProgramWallets
:
[
{
filter
:
Variable
<
"ProgramWalletFilterInput"
,
"filter"
>
;
options
:
Variable
<
"PaginationInput"
,
"options"
>
;
}
,
{
currentPage
:
boolean
;
items
:
{
agreement_id
:
boolean
;
available
:
boolean
;
blocked
:
boolean
;
blockNum
:
boolean
;
coopname
:
boolean
;
id
:
boolean
;
membership_contribution
:
boolean
;
program_id
:
boolean
;
program_type
:
boolean
;
username
:
boolean
;
}
;
totalCount
:
boolean
;
totalPages
:
boolean
;
}
,
]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@coopenomics/sdk
Loading...
Получение списка программных кошельков с фильтрацией и пагинацией