Methods
# static new_no_blind(data) → {KVHash}
Generate a new custom data hash without a blinding factor.
Parameters:
Name | Type | Description |
---|---|---|
data |
JsValue | Data to hash. Must be an array of bytes. |
Class
Hash that can be stored in the ledger's custom data store.
Generate a new custom data hash without a blinding factor.
Name | Type | Description |
---|---|---|
data |
JsValue | Data to hash. Must be an array of bytes. |