cat_gateway::cardano::util

Function find_matching_stake_credential

source
pub fn find_matching_stake_credential(
    witnesses: &[(String, String)],
    stake_credentials: &[String],
) -> Result<(String, String)>
Expand description

Match hashed witness pub keys with hashed stake credentials from the TX certificates to identify the correct stake credential key.