Layer 220
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 SecureValueHash constructor
obj := &tg.SecureValueHash{
    Type: &tg.SecureValueType{},
    Hash: []byte{},
}