Devhub Shared

Proposal and Rfp structs for both neardevhub-contract and neardevhub-cache-api

Newsletter | Pre-requisites | Writing Rust Contract | Building Rust Contract | Blog | About

# Example ```rust 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, }; ``` ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.