Vana SDK - v0.1.0
Preparing search index...
types/data
DownloadFileResult
Interface DownloadFileResult
Result of downloading a file
interface
DownloadFileResult
{
content
:
Uint8Array
;
metadata
?:
FileMetadata
;
wasEncrypted
?:
boolean
;
}
Index
Properties
content
metadata?
was
Encrypted?
Properties
content
content
:
Uint8Array
File content
Optional
metadata
metadata
?:
FileMetadata
File metadata
Optional
was
Encrypted
wasEncrypted
?:
boolean
Whether the file was encrypted
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
content
metadata
was
Encrypted
Vana SDK - v0.1.0
Loading...
Result of downloading a file