LeaderboardResponse

@torque-labs/sdk


@torque-labs/sdk / LeaderboardResponse

Type Alias: LeaderboardResponse

type LeaderboardResponse = {
  allocations: {
     pubKey: string;
     total: number;
    }[];
  pointId: string;
};

Defined in: sdk/src/types/schemaTypes.ts:897

Properties

allocations

allocations: {
  pubKey: string;
  total: number;
 }[];

Defined in: sdk/src/types/schemaTypes.ts:899

Name
Type

pubKey

string

total

number


pointId

pointId: string;

Defined in: sdk/src/types/schemaTypes.ts:898

Last updated