Constructor: secureValueHash
Secure value hash
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| type | SecureValueType | Yes | Secure value type |
| hash | bytes | Yes | Hash |
Type: SecureValueHash
Example:
$secureValueHash = ['_' => 'secureValueHash', 'type' => SecureValueType, 'hash' => 'bytes'];