Type Definition pallet_saft_registry::pallet::SAFTNetAssetValue [−][src]
pub type SAFTNetAssetValue<T: Config> = StorageMap<_GeneratedPrefixForStorageSAFTNetAssetValue<T>, Blake2_128Concat, T::AssetId, T::Balance, ValueQuery>;
Expand description
Store a mapping (AssetId) -> NAV for each SAFT
Stores the aggregated NAV of all SAFTs, which is the sum the nav
of
all SAFTRecord
s for each asset