Get file
Syntax
eueno.getObjectDetail(opts)
Example
Parameters
Name | Type | Required | Description |
---|---|---|---|
opts | Object | Yes | Initialization parameter |
Properties
opts
Name | Type | Required | Description |
---|---|---|---|
projectKey | String | Yes | project key to authenticate client and eueno server |
fileId | Integer | Yes | File id want get |
readDataFile | Boolean | No | Option true will get content file |
walletPrivateKey | String | No | If readDataFile=true, walletPrivateKey need to decrypt files with file encrypt |
Last updated