pub type NoteConsumability = (AccountId, NoteRelevance);
Expand description
Represents the consumability of a note by a specific account.
The tuple contains the account ID that may consume the note and the moment it will become relevant.
pub type NoteConsumability = (AccountId, NoteRelevance);
Represents the consumability of a note by a specific account.
The tuple contains the account ID that may consume the note and the moment it will become relevant.