Intro: improve IPFS demo frontend (#16)

This commit is contained in:
folex
2021-07-22 14:55:19 +03:00
committed by GitHub
parent e5e0d59835
commit 41733278ac
25 changed files with 1592 additions and 530 deletions

View File

@ -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