fn assign_account_value(
    sd: &mut StakeDistribution,
    account_identifier: &Identifier,
    delegation_type: &DelegationType,
    value: Stake
)