Function fuel_indexer_utils::plugin::utils::sha256_digest
pub fn sha256_digest<T>(b: &T) -> String
Expand description
Returns the lower hex representation of a [sha2::SHA256
] digest of the provided input.
pub fn sha256_digest<T>(b: &T) -> String
Returns the lower hex representation of a [sha2::SHA256
] digest of the provided input.