devhub-shared

Crates.iodevhub-shared
lib.rsdevhub-shared
version0.1.0
sourcesrc
created_at2024-10-01 21:25:15.008722
updated_at2024-10-01 21:25:15.008722
descriptionA brief description of what the crate does
homepagehttps://devhub.near.page/
repositoryhttps://github.com/neardevhub/neardevhub-contract
max_upload_size
id1393433
size23,208
T guntenaar (Tguntenaar)

documentation

README

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

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 file for details.

Commit count: 0

cargo fmt