• Parameters

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

        The address of the collection authority

      • mint: PublicKey<string>

        The address of the mint account

    Returns Pda

Generated using TypeDoc