- API ›
- Constructors ›
- SecureValueHash
SecureValueHash
---types--- secureValueHash#ed1ecdb0 type:SecureValueType hash:bytes = SecureValueHash
Belongs to
| SecureValueHash |
In Rust this constructor is a variant of the enums::SecureValueHash enum.
Match on it with: if let enums::SecureValueHash::SecureValueHash(v) = result { ... }
Parameters
| type | SecureValueType | required |
| hash | bytes | required |