Credits

Type Alias Credits 

pub type Credits = Vec<(Address, Vec<NFT>)>;
Expand description

A list of addresses and the set of NFTs credited to each one.

Aliased Typeยง

pub struct Credits { /* private fields */ }