Avalanche SDK Client
    Preparing search index...

    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

    Properties

    acps: Map<number, { abstainWeight: bigint; objectors: Set<(...)>; objectWeight: bigint; supporters: Set<(...)>; supportWeight: bigint }>

    Map of ACP IDs to their peer preferences