pub type FileDeleteTransaction = Transaction<FileDeleteTransactionData>;
Expand description
Delete the given file.
After deletion, it will be marked as deleted and will have no contents. Information about it will continue to exist until it expires.
Aliased Type§
pub struct FileDeleteTransaction { /* private fields */ }