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

Function findCluster

  • findCluster(client, id, scripts?): Promise<{
        cell: Cell;
        cluster: Cell;
        clusterData: ClusterDataView;
        scriptInfo: SporeScriptInfo;
    } | undefined>
  • Parameters

    • client: Client
    • id: BytesLike
    • Optionalscripts: SporeScriptInfoLike[]

    Returns Promise<{
        cell: Cell;
        cluster: Cell;
        clusterData: ClusterDataView;
        scriptInfo: SporeScriptInfo;
    } | undefined>

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

Settings

Member Visibility
GitHubAppDocsPlayground
CCC Docs
  • Loading...

Generated using TypeDoc