You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the FixedPriceSaleList event doesn't contain duration of this listing, to get this field in current implementation it will require another storage read call and calculate using listing close field and the block number.
the Offer event doesn't contain token_id, the indexer has to get this info from extrinsic parameters
proposal:
add those data to the events mentioned above
The text was updated successfully, but these errors were encountered:
observation:
FixedPriceSaleList
event doesn't containduration
of this listing, to get this field in current implementation it will require another storage read call and calculate using listing close field and the block number.Offer
event doesn't containtoken_id
, the indexer has to get this info from extrinsic parametersproposal:
add those data to the events mentioned above
The text was updated successfully, but these errors were encountered: