The type of the counter, defaults to u8
.
Generates the next key in the sequence.
The Args
class is used to serialize the counter into a key. Ideally, this serialization should
be done outside of the Args
object as we are allocating an object simply to get a proper serialization
of the counter.
A unique storage key.
Generated using TypeDoc
A key sequence manager that simply increments a counter each time a key is requested.