Function ethcore::pod_account::diff_pod
source · [−]pub fn diff_pod(
pre: Option<&PodAccount>,
post: Option<&PodAccount>
) -> Option<AccountDiff>
Expand description
Determine difference between two optionally existant Account
s. Returns None
if they are the same.