Crate pallet_asset_index[][src]

Expand description

AssetIndex Pallet

Tracks all the assets in the PINT index, composed of multiple assets

The value of the assets is determined depending on their class. The value of liquid assets is calculated by multiplying their current unit price by the amount held in the index. Whereas the value of an asset secured by SAFTs is measured by the total value of all SAFTs.

Re-exports

pub use pallet::*;

Modules

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