• Search on-chain spores under the signer's control, if cluster provided, filter spores belonging to this cluster

    Parameters

    • params: {
          signer: ccc.Signer;
          order?: "asc" | "desc";
          limit?: number;
          clusterId?: BytesLike;
          scriptInfos?: SporeScriptInfoLike[];
      }
      • signer: ccc.Signer

        the owner of spores

      • Optionalorder?: "asc" | "desc"

        the order in creation time of spores

      • Optionallimit?: number
      • OptionalclusterId?: BytesLike

        the cluster that spores belong to. "" to find public spores

      • OptionalscriptInfos?: SporeScriptInfoLike[]

        the deployed script infos of spores

    Returns AsyncGenerator<{
        cell: Cell;
        spore: Cell;
        sporeData: SporeDataView;
        scriptInfo: SporeScriptInfo;
    }>

    specified spore cells

MMNEPVFCICPMFPCPTTAAATR