getSignatory

abstract fun getSignatory(name: String): T(source)

Retrieves the signatory with the given name.

Return

The signatory with the given name if found, or null if no signatory is found with this name.

Parameters

name

The desired signatory's name.