Documentation - v0.27.1
    Preparing search index...

    Interface ActionStarGiftAssigned

    A star gift previously exported to the blockchain was assigned to your profile

    interface ActionStarGiftAssigned {
        canExportAt?: Date;
        canResellAt?: Date;
        canTransferAt?: Date;
        dropDetailsStars?: Long;
        gift: StarGiftUnique;
        refunded: boolean;
        saved: boolean;
        savedId?: Long;
        type: "star_gift_assigned";
    }

    Hierarchy

    • StarGiftUniqueCommon
      • ActionStarGiftAssigned
    Index

    Properties

    canExportAt?: Date

    If the gift can be exported to blockchain, date when it will become available

    canResellAt?: Date

    If the gift can be re-sold, date when it will become available

    canTransferAt?: Date

    If the gift can be transferred, date when it will become available

    dropDetailsStars?: Long

    Amount of stars needed to drop the original details

    The gift itself

    refunded: boolean

    Whether this gift was refunded

    saved: boolean

    Whether this gift was saved to the recipient's profile

    savedId?: Long

    ID of the related saved profile gift

    type: "star_gift_assigned"