• Parameters

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

        The address of the fanout account

      • membership: PublicKey<string>

        The address of the membership account

      • mint: PublicKey<string>

        The address of the mint account

    Returns Pda

Generated using TypeDoc