Crate pallet_bidding

source ·
Expand description

Bidding pallet

The Bidding pallet provides functionality to assembble investors and associate them to an onboarded asset

Overview

The pallet checks each epoch time if new assets are avalaible to make a bid with an assembled list of investors according multiple characteristics

Dispatchable Functions
  • ‘force_process_onboarded_asset’ - extrinsic to manually launch the process of onboarded assets
  • ‘force_process_onboarded_asset’ - extrinsic to manually launch the process of finalised assets
Functions
  • ‘process_finalised_finalised_assets’ - execute the token distribution between investors for the finalised assets
  • ‘process_onboarded_assetss’ - execute the token distribution between investors for the finalised assets
  • ‘process_onboarded_assets’ - execute the workflow to associate an onboarded onboarded asset to a list of investors and make and make

Re-exports

pub use pallet_housing_fund as Housing_Fund;
pub use pallet_nft as Nft;
pub use pallet_onboarding as Onboarding;
pub use pallet_share_distributor as ShareDistributor;
pub use pallet::*;
pub use super::*;

Modules

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

Structs

A fixed point representation of a number in the range [0, 1].
A contiguous growable array type, written as Vec<T>, short for ‘vector’.

Traits

Abstraction over a fungible assets system.
A currency where funds can be reserved from the user.
Defines an additive identity element for Self.

Type Definitions