pub type Credits = Vec<(Address, Vec<NFT>)>;
A list of addresses and the set of NFTs credited to each one.
pub struct Credits { /* private fields */ }