intro: 4-ipfs-code-execution (#15)

This commit is contained in:
folex
2021-07-21 11:37:25 +03:00
committed by GitHub
parent 5ecce263a6
commit e5e0d59835
35 changed files with 31554 additions and 0 deletions

View File

@ -0,0 +1,7 @@
data SizeResult:
size: u32
success: bool
error: string
service ProcessFiles:
file_size(file_path: string) -> SizeResult