• Parameters

    • context: Pick<Context, "rpc" | "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

    • Optional options: RpcGetAccountOptions

    Returns Promise<EditionMarker | null>

Generated using TypeDoc