@metaplex-foundation/mpl-token-metadata-kit - v0.0.1
    Preparing search index...

    Function findEditionMarkerFromEditionNumberPda

    • Find Edition Marker PDA from edition number This computes which edition marker PDA holds the data for a specific edition number

      IMPORTANT: The edition marker number is encoded as a UTF-8 string, not as a u64! This matches the Rust program which uses edition_number.to_string().as_bytes()

      Parameters

      • params: { editionNumber: number | bigint; mint: Address; programAddress?: Address }

      Returns Promise<readonly [Address<string>, ProgramDerivedAddressBump]>

      The PDA address and bump seed