• Parameters

    • context: Pick<Context, "eddsa" | "programs">
    • seeds: {
          bucket: PublicKey<string>;
          index: number;
          payer: PublicKey<string>;
      }
      • bucket: PublicKey<string>

        The address of the auction bucket

      • index: number

        The index of the bid

      • payer: PublicKey<string>

        The address of the payer (or bidder if provided)

    Returns Pda

Generated using TypeDoc