inline fun <reified T : CommandData> Collection<AuthenticatedObject<CommandData>>.select(signer: PublicKeyTree? = null, party: Party? = null): <ERROR CLASS>
Filters the command list by type, party and public key all at once.
inline fun <reified T : CommandData> Collection<AuthenticatedObject<CommandData>>.select(signers: Collection<PublicKeyTree>?, parties: Collection<Party>?): <ERROR CLASS>
Filters the command list by type, parties and public keys all at once.