Layer 224
constructor
secureValueHash#ed1ecdb0 type:SecureValueType hash:bytes = SecureValueHash;

Parameters

Name Type Description
Type SecureValueType Secure value type
Hash bytes Hash

Returns

SecureValueHash

Gogram Example

// Creating SecureValueHashObj constructor
obj := &tg.SecureValueHashObj{
    Type: &tg.SecureValueType{},
    Hash: []byte{0x01, 0x02, 0x03},
}