GitHubAppDocsPlayground
  • Preparing search index...
  • The search index is not available
CCC Docs
  • CCC Docs
  • @ckb-ccc spore
  • index
  • spore
  • findSporeClusters

Function findSporeClusters

  • findSporeClusters(params): AsyncGenerator<{
        cell: Cell;
        cluster: Cell;
        clusterData: ClusterDataView;
        scriptInfo: SporeScriptInfo;
    }>
  • Search on-chain clusters under the specified lock or not

    Parameters

    • params: {
          client: Client;
          lock?: ScriptLike;
          order?: "asc" | "desc";
          limit?: number;
          scriptInfos?: SporeScriptInfoLike[];
      }
      • client: Client

        the client to search clusters

      • Optionallock?: ScriptLike

        the lock of clusters

      • Optionalorder?: "asc" | "desc"
      • Optionallimit?: number
      • OptionalscriptInfos?: SporeScriptInfoLike[]

    Returns AsyncGenerator<{
        cell: Cell;
        cluster: Cell;
        clusterData: ClusterDataView;
        scriptInfo: SporeScriptInfo;
    }>

    • Defined in spore/src/cluster/index.ts:245

Settings

Member Visibility
GitHubAppDocsPlayground
CCC Docs
  • Loading...

Generated using TypeDoc