[][src]Type Definition sp_phragmen::ExtendedBalance

type ExtendedBalance = u128;

A type in which performing operations on balances and stakes of candidates and voters are safe.

This module's functions expect a Convert type to convert all balances to u64. Hence, u128 is a safe type for arithmetic operations over them.

Balance types converted to ExtendedBalance are referred to as Votes.