Avalanche SDK Client
Preparing search index...
methods/info
AcpsReturnType
Type Alias AcpsReturnType
Return type for the info.acps method.
type
AcpsReturnType
=
{
acps
:
Map
<
number
,
{
abstainWeight
:
bigint
;
objectors
:
Set
<
(...)
>
;
objectWeight
:
bigint
;
supporters
:
Set
<
(...)
>
;
supportWeight
:
bigint
}
>
;
}
Index
Properties
acps
Properties
acps
acps
:
Map
<
number
,
{
abstainWeight
:
bigint
;
objectors
:
Set
<
(...)
>
;
objectWeight
:
bigint
;
supporters
:
Set
<
(...)
>
;
supportWeight
:
bigint
}
>
Map of ACP IDs to their peer preferences
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
acps
GitHub
Avalanche Docs
Avalanche SDK Client
Loading...
Return type for the info.acps method.