track reflecting files
This commit is contained in:
parent
1e27a854d0
commit
3be6fa52ac
10 changed files with 289 additions and 9 deletions
flow-typed
3
flow-typed/File.js
vendored
3
flow-typed/File.js
vendored
|
@ -20,6 +20,7 @@ declare type FileListItem = {
|
|||
outpoint: string,
|
||||
points_paid: number,
|
||||
protobuf: string,
|
||||
reflector_progress: number,
|
||||
sd_hash: string,
|
||||
status: string,
|
||||
stopped: false,
|
||||
|
@ -29,10 +30,12 @@ declare type FileListItem = {
|
|||
suggested_file_name: string,
|
||||
total_bytes: number,
|
||||
total_bytes_lower_bound: number,
|
||||
is_fully_reflected: boolean,
|
||||
// TODO: sdk plans to change `tx`
|
||||
// It isn't currently used by the apps
|
||||
tx: {},
|
||||
txid: string,
|
||||
uploading_to_reflector: boolean,
|
||||
written_bytes: number,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue