pub type Withdrawals = OrderedHashMap<RewardAccount, Coin>;
pub struct Withdrawals(/* private fields */);