# Functions
DeserializeIdentityProof creates a IdentityProof from a map representation that has been unmarshalled from a text or binary format.
IdentityProofIsDisjointWith returns true if the other provided type is disjoint with the IdentityProof type.
IdentityProofIsExtendedBy returns true if the other provided type extends from the IdentityProof type.
IsOrExtendsIdentityProof returns true if the other provided type is the IdentityProof type or extends from the IdentityProof type.
NewTootIdentityProof creates a new IdentityProof type.
SetManager sets the manager package-global variable.
SetTypePropertyConstructor sets the "type" property's constructor in the package-global variable.
TootIdentityProofExtends returns true if the IdentityProof type extends from the other type.