Layer 220
SecureValueHash
Secure value hash
constructor
secureValueHash#ed1ecdb0 type:SecureValueType hash:bytes = SecureValueHash;
Parameters
| Name | Type | Description |
|---|---|---|
| Type | SecureValueType | Secure value type |
| Hash | bytes | Hash |
Returns
SecureValueHashGogram Example
// Creating SecureValueHash constructor obj := &tg.SecureValueHash{ Type: &tg.SecureValueType{}, Hash: []byte{}, }