clarify first example
This commit is contained in:
parent
a5cf630072
commit
09c47b9dfd
3 changed files with 16 additions and 1 deletions
|
@ -280,7 +280,7 @@
|
|||
<h4 id="example-claim">Example Claim</h4>
|
||||
|
||||
<p>Here is an example stream claim:</p>
|
||||
|
||||
<figure>
|
||||
<pre><code>{
|
||||
"claim_id": "6e56325c5351ceda2dd0795a30e864492910ccbf",
|
||||
"name": "lbry",
|
||||
|
@ -299,6 +299,9 @@
|
|||
}
|
||||
}
|
||||
</code></pre>
|
||||
<figcaption>Note: the blockchain treats the <code>value</code> as an opaque byte string and does not impose any structure on it. Structure is applied and validated <a href="#metadata-validation">higher in the stack</a>. In this example, the value is shown for demonstration purposes.
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<h4 id="claim-operations">Operations</h4>
|
||||
|
||||
|
|
1
index.md
1
index.md
|
@ -232,6 +232,7 @@ Here is an example stream claim:
|
|||
}
|
||||
}
|
||||
```
|
||||
Figure: Note: the blockchain treats the `value` as an opaque byte string and does not impose any structure on it. Structure is applied and validated [higher in the stack](#metadata-validation). In this example, the value is shown for demonstration purposes.
|
||||
|
||||
#### Operations {#claim-operations}
|
||||
|
||||
|
|
11
style.css
11
style.css
|
@ -185,3 +185,14 @@ table thead tr {
|
|||
table tbody tr:nth-child(odd) {
|
||||
background-color: rgba(0,0,0,.05);
|
||||
}
|
||||
|
||||
figure {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
figcaption {
|
||||
color: #888;
|
||||
font-size: 90%;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
Loading…
Reference in a new issue