Crates.io | devhub-shared |
lib.rs | devhub-shared |
version | 0.1.0 |
source | src |
created_at | 2024-10-01 21:25:15.008722 |
updated_at | 2024-10-01 21:25:15.008722 |
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 Shared
Proposal 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.