Skip to content

Commit 207feb8

Browse files
AUTO: Sync ScalarDL docs in English to docs site repo (#645)
Co-authored-by: josh-wong <[email protected]>
1 parent 80bbf9e commit 207feb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/use-generic-contracts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ client/bin/scalardl register-functions --properties client.properties --function
103103

104104
## Manage object authenticity
105105

106-
For object authenticity management, you can put a hash value of an object by using the [`object.Put` contract](generic-contracts-reference.mdx#objectput-contract). Specify the target object ID and the hash value of the object like in the following example. The object ID must be a unique ID that identifies your objects or files, for example, a key of an object or a file path. You can also put any properties associated with the object by using the `properties` option.
106+
For object authenticity management, you can put a hash value of an object by using the [`object.Put` contract](generic-contracts-reference.mdx#objectput-contract). Specify the target object ID and the hash value of the object like in the following example. The object ID must be a unique ID that identifies your objects or files, for example, a key of an object or a file path. You can also put any metadata associated with the object by using the `metadata` option.
107107

108108
First, get the hash value of a file and put it into the tamper-evident ledger.
109109

0 commit comments

Comments
 (0)