pub type WithdrawPurses = BTreeMap<AccountHash, Vec<WithdrawPurse>>;Expand description
Validators and delegators mapped to their withdraw purses.
Aliased Typeยง
struct WithdrawPurses { /* private fields */ }pub type WithdrawPurses = BTreeMap<AccountHash, Vec<WithdrawPurse>>;Validators and delegators mapped to their withdraw purses.
struct WithdrawPurses { /* private fields */ }