An example is the merkleProof callback data, there must be some required merkle proof format in the callbackPayload. At the moment the reference implementation gives me targetType == "header". But what if gives me one of the other formats? What if it can never give me one of the others and I have to handle it because the specification does not make it clear I do not have to ever handle receiving it?
An example is the
merkleProofcallback data, there must be some required merkle proof format in thecallbackPayload. At the moment the reference implementation gives metargetType == "header". But what if gives me one of the other formats? What if it can never give me one of the others and I have to handle it because the specification does not make it clear I do not have to ever handle receiving it?