Expand description

RFP Pallet

The RFP pallet provides functionality for creation, distribution, and management of RFP.

Overview

The RFP pallet provides functions for:

  • Creating RFPs.
  • Bidding on RFPs.
  • Shortlisting RFP bids.
  • Updating RFP bids.
  • Accepting RFP bids.
  • Updating RFPs.
  • Canceling RFPs.

Interface

Dispatchable Functions

  • create_rfp -
  • update_rfp -
  • cancel_rfp -
  • bid_on_rfp -
  • shortlist_bid -
  • update_rfp_bid -
  • accept_rfp_bid -

Re-exports

pub use pallet::*;

Modules

The module that hosts all the FRAME types needed to add this pallet to a runtime.