mirror of
https://github.com/fluencelabs/examples
synced 2025-06-21 13:51:32 +00:00
Intro: improve IPFS demo frontend (#16)
This commit is contained in:
@ -3,5 +3,11 @@ data SizeResult:
|
||||
success: bool
|
||||
error: string
|
||||
|
||||
data WriteResult:
|
||||
path: string
|
||||
success: bool
|
||||
error: string
|
||||
|
||||
service ProcessFiles:
|
||||
file_size(file_path: string) -> SizeResult
|
||||
write_file_size(size: u32) -> WriteResult
|
||||
|
Reference in New Issue
Block a user