We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb24a5 commit 0803b7dCopy full SHA for 0803b7d
1 file changed
packages/overlays/topics/src/protomap/ProtoMapTopicManager.ts
@@ -1,5 +1,5 @@
1
import { AdmittanceInstructions, TopicManager } from '@bsv/overlay'
2
-import { KeyDeriver, ProtocolString5To400Bytes, ProtoWallet, PushDrop, SecurityLevel, Transaction, Utils, WalletProtocol } from '@bsv/sdk'
+import { KeyDeriver, ProtoWallet, PushDrop, SecurityLevel, Transaction, Utils, WalletProtocol } from '@bsv/sdk'
3
4
export function deserializeWalletProtocol (str: string): WalletProtocol {
5
const parsed = JSON.parse(str)
0 commit comments