| Crates.io | devhub-shared |
| lib.rs | devhub-shared |
| version | 0.1.0 |
| created_at | 2024-10-01 21:25:15.008722+00 |
| updated_at | 2024-10-01 21:25:15.008722+00 |
| description | A brief description of what the crate does |
| homepage | https://devhub.near.page/ |
| repository | https://github.com/neardevhub/neardevhub-contract |
| max_upload_size | |
| id | 1393433 |
| size | 23,208 |
Devhub SharedProposal and Rfp structs for both neardevhub-contract and neardevhub-cache-api
use devhub_shared::proposal::timeline::{
TimelineStatus, TimelineStatusV1, VersionedTimelineStatus,
};
use devhub_shared::rfp::timeline::TimelineStatus as RFPTimelineStatus;
use devhub_shared::proposal::{
Proposal, ProposalBodyV2, ProposalId, ProposalSnapshot, VersionedProposalBody,
};
This project is licensed under the MIT License - see the LICENSE file for details.