ISimpleProjectRegistry
An interface for a simple project registry
getProject
function getProject(uint256 index) external view returns (address)
Get a project
Parameters
| Name | Type | Description |
|---|---|---|
| index | uint256 | The index of the project |
Return Values
| Name | Type | Description |
|---|---|---|
| [0] | address | The address of the project |
getProjects
function getProjects() external view returns (address[])
Get all projects
Return Values
| Name | Type | Description |
|---|---|---|
| [0] | address[] | The addresses of the projects |
getProjectsNumber
function getProjectsNumber() external view returns (uint256)
Get the number of projects
Return Values
| Name | Type | Description |
|---|---|---|
| [0] | uint256 | The number of projects |