pub fn check_signed_contract(
signed_contract: &SignedContract,
) -> Result<(), InvalidSignedContract>Expand description
Validate a signed contract of predicates.
Verifies the signature and then validates the contract.
pub fn check_signed_contract(
signed_contract: &SignedContract,
) -> Result<(), InvalidSignedContract>Validate a signed contract of predicates.
Verifies the signature and then validates the contract.