Write contracts/docs/contracts-group-treasury-storage.md documenting contracts/contracts/group_treasury/src/storage.rs and token_interface.rs — member list storage, per-token balance storage, and the withdrawal-proposal record structure (fields, status enum values).
Acceptance criteria:
- Every storage key/data structure is documented with its type and what it represents
- The
WithdrawProposal struct's fields and status transitions are documented as a small state diagram
- Storage type (instance/persistent/temporary) and any TTL/bump behavior is documented
Write
contracts/docs/contracts-group-treasury-storage.mddocumentingcontracts/contracts/group_treasury/src/storage.rsandtoken_interface.rs— member list storage, per-token balance storage, and the withdrawal-proposal record structure (fields, status enum values).Acceptance criteria:
WithdrawProposalstruct's fields and status transitions are documented as a small state diagram