opensea-js - v8.0.20
    Preparing search index...

    Type Alias MintEvent

    MintEvent: BaseEvent & {
        event_type: MINT | "mint";
        nft: EventAsset;
        to_address: string;
        transaction: string;
    }

    Mint event type.

    Type Declaration

    • event_type: MINT | "mint"
    • nft: EventAsset

      NFT that was minted

    • to_address: string

      Address the NFT was minted to

    • transaction: string

      Transaction hash