An asset is a digital representation of a real asset in the physical world. An asset records every single state or data change (e.g. the update of metadata, the transfer of ownership, etc.) This allows us to track the whole transactions since its creation in an immutable and transparent way.

NameTypeOptionalDescription
assetIdstringUnique identifier of the asset.
dataobjectImmutable data of the asset.
networkIdintegerIdentifier of the Blockchain network.
assetHashstringHash of assetId and data properties.
transactionsarrayTransactions of the asset.
transactions[0].metadataobjectMetadata of the last transaction.
transactions[0].timestampintegerTimestamp of the transaction.
transactions[0].userOwnerstringIdentifier of the user owner of the asset.
transactions[0].hashstringHash of metadata, timestamp, and userOwner properties.
transactions[0].smartContractstringSmart contract where the evidence was registered.
transactions[0].transactionHashstringIdentifier of the transaction in the Blockchain network.