Activist
Activist
Activist user type data structure.
Parameters
| Name | Type | Description |
|---|
struct Activist {
uint64 id;
address activistWallet;
string name;
string proofPhoto;
struct Pool pool;
uint256 createdAt;
}
Pool
Activist pool data.
Parameters
| Name | Type | Description |
|---|
struct Pool {
uint256 level;
uint256 currentEra;
}