Skip to main content Link Menu Expand (external link) Document Search Copy Copied

["blobs", "createWants"]

Table of contents

  1. Description
  2. Specification
    1. Requests
    2. Responses
  3. Support table
  4. Examples
    1. Requests
      1. go-ssb
      2. Patchwork
      3. Manyverse

Description

This request is related to replicating blobs.

The primary documentation for this request is the Scuttlebutt Protocol Guide.

Specification

Requests

Name
["blobs", "createWants"]
Type
"source"
Args Seems to be an empty array.

Responses

Unknown.

Support table

Sends Accepts
go-ssb
v0.2.1
Yes.
v0.2.1
Unknown.
Patchwork
3.18.1
Yes.
3.18.1
Unknown.
Manyverse
v0.2203.21-beta
Yes.
v0.2203.21-beta
Unknown.

Examples

Requests

go-ssb

  • Request number:
    1
  • Stream:
    true
  • End/err:
    false
  • Body type:
    JSON
go-ssb v0.2.1
{
    "name ": ["blobs", "createWants"],
    "args": [],
    "type": "source"
}

Patchwork

  • Request number:
    1
  • Stream:
    true
  • End/err:
    false
  • Body type:
    JSON
Patchwork 3.18.1
{
    "name": ["blobs", "createWants"],
    "args": [],
    "type": "source"
}

Manyverse

  • Request number:
    1
  • Stream:
    true
  • End/err:
    false
  • Body type:
    JSON
Manyverse v0.2203.21-beta
{
    "name": ["blobs", "createWants"],
    "args": [],
    "type": "source"
}