EntropyCanvas::NetworkSession::AssetEntryData
EntropyCanvas::NetworkSession::AssetEntryData
Section titled “EntropyCanvas::NetworkSession::AssetEntryData”Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| std::string | uri |
| uint64_t | sizeBytes |
| std::array< uint8_t, 32 > | plaintextHash |
| bool | persistent |
| AssetMetadataData | metadata |
| std::array< uint8_t, 32 > | id |
| bool | encrypted |
| uint8_t | contentType |
| std::string | appId |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable uri
Section titled “variable uri”std::string uri;variable sizeBytes
Section titled “variable sizeBytes”uint64_t sizeBytes = 0;variable plaintextHash
Section titled “variable plaintextHash”std::array< uint8_t, 32 > plaintextHash {};variable persistent
Section titled “variable persistent”bool persistent = false;variable metadata
Section titled “variable metadata”AssetMetadataData metadata;variable id
Section titled “variable id”std::array< uint8_t, 32 > id {};variable encrypted
Section titled “variable encrypted”bool encrypted = false;variable contentType
Section titled “variable contentType”uint8_t contentType = 0;variable appId
Section titled “variable appId”std::string appId;Updated on 2026-01-26 at 17:14:35 -0500