Activity
Activity object
Methods:
.toDict()
: Converts theActivity
object back to a dictionary format.
Attributes:
.nft
: Returns a PortalsGift object. See PortalsGift.offer_id
: If activity type is offer, it will return it's id. If not, will return None..type
: activity type.amount
: price of the NFT.created_at
: date+time of when the activity has been created
Last updated