Document non-uniqueness of SetTopic IDs (#7579)

* Document non-uniqueness of SetTopic IDs

* More comments on WithUniqueTopic
This commit is contained in:
Keith Yeung
2023-08-07 09:13:36 -07:00
committed by GitHub
parent ed7a0b87eb
commit 0f90a667bd
3 changed files with 12 additions and 0 deletions
+4
View File
@@ -981,6 +981,10 @@ pub enum Instruction<Call> {
/// Set the Topic Register.
///
/// The 32-byte array identifier in the parameter is not guaranteed to be
/// unique; if such a property is desired, it is up to the code author to
/// enforce uniqueness.
///
/// Safety: No concerns.
///
/// Kind: *Instruction*