Type Alias WithdrawPurses

Source
pub type WithdrawPurses = BTreeMap<AccountHash, Vec<WithdrawPurse>>;
Expand description

Validators and delegators mapped to their withdraw purses.

Aliased Typeยง

struct WithdrawPurses { /* private fields */ }