Get shared files
Syntax
eueno.getSharedFiles(opts)
Example
Parameters
Name | Type | Required | Description |
---|---|---|---|
opts | Object | Yes | Initialization parameter |
Properties
opts
Name | Type | Required | Description |
---|---|---|---|
walletPrivateKey | String | Yes | wallet private key of owner data |
ownerAddress | String | No | owner of data |
projectId | String | No | ID of Eueno project |
relFolderPath | String | No | Relative folder path |
page | Integer | No | Current page (default: 1) |
limit | Integer | No | Maximum number of items per page (default: 10) |
Last updated