Problem Statement
Operators (KYC + admin) scrutinize new operators. There's no explicit
command to dump them.
Expected Outcome
admin::list_operators(env) -> Vec<Address> plus
kyc::list_all_operators(env) -> Vec<Address> exposed read-only.
Acceptance Criteria
- Pagination via cursor.
- Removal is documented in runbook.
Files Affected
peerx-contracts/counter/src/{admin,kyc,lib}.rs.
Difficulty / Effort 🥈 / S
Labels observability, audit
Problem Statement
Operators (KYC + admin) scrutinize new operators. There's no explicit
command to dump them.
Expected Outcome
admin::list_operators(env) -> Vec<Address>pluskyc::list_all_operators(env) -> Vec<Address>exposed read-only.Acceptance Criteria
Files Affected
peerx-contracts/counter/src/{admin,kyc,lib}.rs.Difficulty / Effort 🥈 / S
Labels
observability,audit