In the following template…
template Data with
publisher : Party
subscriber : Party
where
signatory publisher
observer subscriber
choice Data_Acknowledge : ()
controller subscriber
do pure ()
…can the publisher
successfully create a Data
contract if the subscriber
party has not yet uploaded the DAR?
If the contract cannot be created, then how is that different than creating the contract when the subscriber’s node is offline?