entity.identity.credential_proof
CredentialProof Objects
class CredentialProof()
Represents the proof associated with a credential, including signature and sparse merkle tree proof.
__init__
def __init__(signature_proof: str, sparse_mt_proof: str | None) -> None
Constructs an CredentialProof object with the specified parameters.