• Parameters

    • context: Pick<Context, "eddsa" | "programs">
    • seeds: {
          editionMarker: string;
          mint: PublicKey<string>;
      }
      • editionMarker: string

        The floor of the edition number divided by 248 as a string. I.e. ⌊edition/248⌋.

      • mint: PublicKey<string>

        The address of the mint account

    Returns Pda

Generated using TypeDoc