mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Fixed some broken image links in docs
This commit is contained in:
parent
9451348d34
commit
ccb7f79130
@ -128,7 +128,7 @@ The locking script is refered to as a `condition` and a corresponding `fulfillme
|
|||||||
Since a transaction can have multiple outputs with each its own (crypto)condition, each transaction input should also refer to the condition index `cid`.
|
Since a transaction can have multiple outputs with each its own (crypto)condition, each transaction input should also refer to the condition index `cid`.
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img width="70%" height="70%" src ="./_static/tx_single_condition_single_fulfillment_v1.png" />
|
<img width="70%" height="70%" src ="../_static/tx_single_condition_single_fulfillment_v1.png" />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
@ -380,7 +380,7 @@ With BigchainDB it is possible to send multiple assets to someone in a single tr
|
|||||||
The transaction will create a `fulfillment` - `condition` pair for each input, which can be refered to by `fid` and `cid` respectively.
|
The transaction will create a `fulfillment` - `condition` pair for each input, which can be refered to by `fid` and `cid` respectively.
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img width="70%" height="70%" src ="./_static/tx_multi_condition_multi_fulfillment_v1.png" />
|
<img width="70%" height="70%" src ="../_static/tx_multi_condition_multi_fulfillment_v1.png" />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
```python
|
```python
|
||||||
@ -1015,7 +1015,7 @@ BigchainDB and cryptoconditions provides escrow out-of-the-box, without the need
|
|||||||
A threshold condition is used to represent the escrow, since BigchainDB transactions cannot have a _pending_ state.
|
A threshold condition is used to represent the escrow, since BigchainDB transactions cannot have a _pending_ state.
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img width="70%" height="70%" src ="./_static/tx_escrow_execute_abort.png" />
|
<img width="70%" height="70%" src ="../_static/tx_escrow_execute_abort.png" />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
The logic for switching between `execute` and `abort` conditions is conceptually simple:
|
The logic for switching between `execute` and `abort` conditions is conceptually simple:
|
||||||
@ -1032,7 +1032,7 @@ else:
|
|||||||
The above switch can be implemented as follows using threshold cryptoconditions:
|
The above switch can be implemented as follows using threshold cryptoconditions:
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img width="100%" height="100%" src ="./_static/cc_escrow_execute_abort.png" />
|
<img width="100%" height="100%" src ="../_static/cc_escrow_execute_abort.png" />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
The small circle (⚪) at an input of a threshold condition denotes an inversion of the fulfillment:
|
The small circle (⚪) at an input of a threshold condition denotes an inversion of the fulfillment:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user