SecureValue
---types---
secureValue#187fa0ca flags:# type:SecureValueType data:flags.0?SecureData front_side:flags.1?SecureFile reverse_side:flags.2?SecureFile selfie:flags.3?SecureFile translation:flags.6?Vector<SecureFile> files:flags.4?Vector<SecureFile> plain_data:flags.5?SecurePlainData hash:bytes = SecureValue
Belongs to
This type can only be an instance of:
Members
type | SecureValueType | |
hash | bytes | |
data | SecureData | This argument defaults to None and can be omitted. |
front_side | SecureFile | This argument defaults to None and can be omitted. |
reverse_side | SecureFile | This argument defaults to None and can be omitted. |
selfie | SecureFile | This argument defaults to None and can be omitted. |
translation | SecureFile | This argument defaults to None and can be omitted. Otherwise, a list must be supplied. |
files | SecureFile | This argument defaults to None and can be omitted. Otherwise, a list must be supplied. |
plain_data | SecurePlainData | This argument defaults to None and can be omitted. |