pub fn commitment_from_address( address: Address, value: Value, note_blinding: Fq, ) -> Result<StateCommitment, Error>
Create a note commitment from the blinding factor, value, and address.