fun State.issuedBy(party: AbstractParty): State
fun State.issuedBy(deposit: PartyAndReference): State
fun <T> State<T>.issuedBy(party: AnonymousParty): State<T>