Save all of the issuers in an issuersKeywordRecord to ZCF, using the method zcf.saveIssuer. This does not error if any of the keywords already exist. If the keyword is already present, it is ignored.

  • Parameters

    • zcf: ZCF<Record<string, unknown>>
    • issuerKeywordRecord: IssuerKeywordRecord = ...

      Issuers to save to ZCF

    Returns Promise<(undefined | IssuerRecord<any, Key>)[]>