Interface UpgradedGiftOriginBlockchain

The gift was assigned from blockchain and isn't owned by the current user. The gift can't be transferred, resold or withdrawn to blockchain. Subtype of UpgradedGiftOrigin.

interface UpgradedGiftOriginBlockchain {
    @type: "upgradedGiftOriginBlockchain";
}

Properties

Properties

@type: "upgradedGiftOriginBlockchain"