pub fn unlock_chunks_total<T: Config>(
unlock_chunks: &UnlockChunkList<T>,
) -> <<T as Config>::Currency as InspectFungible<<T as Config>::AccountId>>::Balance
Expand description
Computes and returns the total token held in an UnlockChunkList.
pub fn unlock_chunks_total<T: Config>(
unlock_chunks: &UnlockChunkList<T>,
) -> <<T as Config>::Currency as InspectFungible<<T as Config>::AccountId>>::Balance
Computes and returns the total token held in an UnlockChunkList.