Layer 220
SecureData
Secure passport data, for more info see the passport docs
constructor
secureData#8aeabec3 data:bytes data_hash:bytes secret:bytes = SecureData;
Parameters
| Name | Type | Description |
|---|---|---|
| Data | bytes | Data |
| DataHash | bytes | Data hash |
| Secret | bytes | Secret |
Returns
SecureDataGogram Example
// Creating SecureData constructor obj := &tg.SecureData{ Data: []byte{}, DataHash: []byte{}, Secret: []byte{}, }