mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 09:46:57 +01:00
link transaction model & asset model to BigchainDB docs
This commit is contained in:
parent
96fba89b60
commit
3c299f11e1
@ -30,11 +30,11 @@ Every concept that we describe (e.g. inputs, outputs etc.) is discussed in furth
|
||||
|
||||
<img class="image--create-transfer" src="../diagram.png" srcset="../diagram@2x.png 2x, ../diagram.png 1x" alt="BigchainDB CREATE and TRANSFER transactions" />
|
||||
|
||||
The data model of transactions is explained in our [transaction model](https://the-ipdb-transaction-spec.readthedocs.io/en/latest/introduction.html).
|
||||
The data model of transactions is explained in our [transaction model](https://docs.bigchaindb.com/projects/server/en/latest/data-models/transaction-model.html).
|
||||
|
||||
# Asset
|
||||
|
||||
An asset can represent any physical or digital object. It can be a physical object like a car or a house. Or it can be a digital object like a customer order or an air mile. An asset can have one or multiple owners, but it can also be its own owner. Think of an autonomous car or an IoT sensor that does transactions automatically. More information about the asset data model can be found in our [asset model](https://the-ipdb-transaction-spec.readthedocs.io/en/latest/transaction-components/asset.html). An asset always contains data that is immutable. In our example, the color and the registration number of a bicycle is immutable data.
|
||||
An asset can represent any physical or digital object. It can be a physical object like a car or a house. Or it can be a digital object like a customer order or an air mile. An asset can have one or multiple owners, but it can also be its own owner. Think of an autonomous car or an IoT sensor that does transactions automatically. More information about the asset data model can be found in our [asset model](https://docs.bigchaindb.com/projects/server/en/latest/data-models/asset-model.html). An asset always contains data that is immutable. In our example, the color and the registration number of a bicycle is immutable data.
|
||||
|
||||
Depending on the context, an asset can represent many different things.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user