GetBlacksResponse: {
    blackList: Record<HandleKey, Black>;
    limit: number;
    nextKey: string | null | undefined;
    startKey: string | null | undefined;
}

Type declaration

  • blackList: Record<HandleKey, Black>
  • limit: number
  • nextKey: string | null | undefined
  • startKey: string | null | undefined

Generated using TypeDoc