Layer 224
SecureValueHashObj
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 SecureValueHashObj constructor obj := &tg.SecureValueHashObj{ Type: &tg.SecureValueType{}, Hash: []byte{0x01, 0x02, 0x03}, }