getProjectInfo()
Syntax
Gets project information.
Parameters
Returns
Promise return object with the structure looks as follows:
totalFile: The number of files/folders in the project
totalSize: The project size (bytes)
id: The project id
name: The project name
ownerAddress: The address of the account which created the project
updatedAt: The last date time update project
createdAt: The date-time create the project
Example
Response of example:
Last updated