Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Blockchain by (12.7k points)

A non-validating notary receives inputs in the form of Corda StateRefs. What information can be reversed engineered from a StateRef and what additional information would an attacker need to be successful in doing so?

1 Answer

0 votes
by (29.5k points)

You can deduce the following information from a StateRef:

  • That the transaction with identifier StateRef.id has at least StateRef.index outputs
  • That all the StateRefs with the same StateRef.id were produced by the same transaction
     

Browse Categories

...