pub fn validate_balance_proof(
    hash: &Digest,
    balance_proof: &TrieMerkleProof<Key, StoredValue>,
    expected_purse_key: Key,
    expected_motes: &U512
) -> Result<(), ValidationError>
Expand description

Validates a proof of a balance request.