Commit 7d90357 1 parent af2f538 commit 7d90357 Copy full SHA for 7d90357
File tree 1 file changed +0
-9
lines changed
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -98,9 +98,6 @@ export default class TopicKeyManager {
98
98
99
99
/**
100
100
* Would be used to get all information required to decrypt/validate a given message
101
- *
102
- * @param contentTopic The topic name
103
- * @returns TopicResult | undefined
104
101
*/
105
102
getByTopic ( contentTopic : string ) : TopicResult | undefined {
106
103
const topicKey = this . topicKeys . get ( contentTopic )
@@ -115,9 +112,6 @@ export default class TopicKeyManager {
115
112
116
113
/**
117
114
* Used to know which topic/key to use to send to a given wallet address
118
- *
119
- * @param walletAddress The wallet address
120
- * @returns TopicResult | undefined
121
115
*/
122
116
getLatestByWalletAddress ( walletAddress : string ) : TopicResult | undefined {
123
117
const walletTopics = this . dmTopics . get ( walletAddress )
@@ -130,9 +124,6 @@ export default class TopicKeyManager {
130
124
131
125
/**
132
126
* Used to get the topic list to listen for all messages from a given wallet address
133
- *
134
- * @param walletAddress The wallet address
135
- * @returns TopicResult[]
136
127
*/
137
128
getAllByWalletAddress ( walletAddress : string ) : TopicResult [ ] {
138
129
const dmTopics = this . dmTopics
You can’t perform that action at this time.
0 commit comments