LeaderboardResponse
Type Alias: LeaderboardResponse
type LeaderboardResponse = {
allocations: {
pubKey: string;
total: number;
}[];
pointId: string;
};Properties
allocations
allocations: {
pubKey: string;
total: number;
}[];Name
Type
pointId
Last updated