You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: w3-blob.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -56,12 +56,12 @@ Following diagram illustrates execution flow. Alice invokes `/space/content/add/
56
56
```mermaid
57
57
flowchart TB
58
58
Add("⏯️ /space/content/add/blob 👩💻 🤖")
59
-
AddOk("🧾 { ok: { claim } }")
59
+
AddOk("🧾 { ok: { site } }")
60
60
61
61
62
62
subgraph accept
63
63
Accept("⏯️ /service/blob/accept 🤖")
64
-
AcceptOk("🧾 { ok: { claim } }")
64
+
AcceptOk("🧾 { ok: { site } }")
65
65
end
66
66
67
67
subgraph put
@@ -155,9 +155,9 @@ Shows an example receipt for the above `/space/content/add/blob` capability invo
155
155
"ok": {
156
156
// result of the add is the content (location) claim
157
157
// that is produced as result of "bafy..accept"
158
-
"blob": {
158
+
"site": {
159
159
"ucan/await": [
160
-
".out.ok.blob",
160
+
".out.ok.site",
161
161
{ "/":"bafy...accept" }
162
162
]
163
163
}
@@ -472,7 +472,7 @@ Receipt MUST not have any effects.
472
472
473
473
## Accept Blob
474
474
475
-
Authorized agent MAY invoke `/service/blob/accept` capability on the [provider] subject. Invocation MUST either succeed when content is delivered to an allocated `address` or fail if either allocation failed or expired before content was delivered.
475
+
Authorized agent MAY invoke `/service/blob/accept` capability on the [provider] subject. Invocation MUST either succeed when content is delivered at allocated site or fail if either allocation failed or expired before content was delivered.
476
476
477
477
Invocation MUST block until content is delivered. Implementation MAY resume when content is sent to the allocated address or await until client signals that content has been delivered using [put blob receipt].
0 commit comments