com.r3corda.core.protocols / ProtocolLogic / receive

receive

inline fun <reified T : Any> receive(otherParty: Party): UntrustworthyData<T>
fun <T : Any> receive(otherParty: Party, receiveType: Class<T>): UntrustworthyData<T>