Structs

Enums

Statics

Functions

  • stores ownership history for a given token_id. Meant to be used for nfts. In base specification, only the latest (ie: current) owner is relevant. But
    this design pattern is used to allow viewing a token_id’s ownership history, which is allowed in the additional specifications
  • Returns StdResult<(Vec, u64)> of the txs to display and the total count of txs