File tree Expand file tree Collapse file tree 3 files changed +31
-0
lines changed Expand file tree Collapse file tree 3 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 2929 * [ DealsConsiderOnlineStorageDeals] ( #dealsconsideronlinestoragedeals )
3030 * [ DealsConsiderUnverifiedStorageDeals] ( #dealsconsiderunverifiedstoragedeals )
3131 * [ DealsConsiderVerifiedStorageDeals] ( #dealsconsiderverifiedstoragedeals )
32+ * [ DealsGetBitswapPeerID] ( #dealsgetbitswappeerid )
3233 * [ DealsPieceCidBlocklist] ( #dealspiececidblocklist )
34+ * [ DealsSetBitswapPeerID] ( #dealssetbitswappeerid )
3335 * [ DealsSetConsiderOfflineRetrievalDeals] ( #dealssetconsiderofflineretrievaldeals )
3436 * [ DealsSetConsiderOfflineStorageDeals] ( #dealssetconsiderofflinestoragedeals )
3537 * [ DealsSetConsiderOnlineRetrievalDeals] ( #dealssetconsideronlineretrievaldeals )
@@ -603,6 +605,15 @@ Inputs: `null`
603605
604606Response: ` true `
605607
608+ ### DealsGetBitswapPeerID
609+
610+
611+ Perms: admin
612+
613+ Inputs: ` null `
614+
615+ Response: ` "12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf" `
616+
606617### DealsPieceCidBlocklist
607618
608619
@@ -619,6 +630,20 @@ Response:
619630]
620631```
621632
633+ ### DealsSetBitswapPeerID
634+
635+
636+ Perms: admin
637+
638+ Inputs:
639+ ``` json
640+ [
641+ " 12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf"
642+ ]
643+ ```
644+
645+ Response: ` {} `
646+
622647### DealsSetConsiderOfflineRetrievalDeals
623648
624649
You can’t perform that action at this time.
0 commit comments