AbstractParty(owningKey: PublicKey)
A helper constructor that converts the given PublicKey in to a CompositeKey with a single node
AbstractParty(owningKey: CompositeKey)
An AbstractParty contains the common elements of Party and AnonymousParty, specifically the owning key of the party. In most cases Party or AnonymousParty should be used, depending on use-case.