What is sent to a non-validating notary service when corda transaction is sent

0 votes
What info does the notary service see when Corda transaction is sent to the non-validating notary service for finalization?
Jul 23, 2018 in Blockchain by slayer
• 29,350 points
845 views

1 answer to this question.

0 votes

The transaction is first filtered in the following way and then sent to non-validating notary service:
stx.buildFilteredTransaction(Predicate { 
    it is StateRef || it is TimeWindow || it == notaryParty 
})

The notary service will see:

Any inputs, in the form of StateRefs
The time-window, if it exists (since the notary is also the timestamping authority)
The identity of the transaction's notary

answered Jul 23, 2018 by digger
• 26,740 points

Related Questions In Blockchain

+1 vote
1 answer

How does a miner get to know that a transaction is verified by all the nodes?

Contrary to the popular belief, it is ...READ MORE

answered Mar 27, 2018 in Blockchain by Johnathon
• 9,090 points
2,510 views
+1 vote
1 answer
0 votes
1 answer

How can we decrypt a transaction payload when confidentiality is on?

You can try the following: you can only ...READ MORE

answered May 3, 2018 in Blockchain by Shashank
• 10,400 points
624 views
0 votes
1 answer

How is a request sent from an app to a smart contract?

Yes, the contract is distributed by every node ...READ MORE

answered Jun 4, 2018 in Blockchain by Perry
• 17,100 points
563 views
0 votes
1 answer
0 votes
2 answers

How is a transaction public key related to original public?

The details like account balance, nonce etc., ...READ MORE

answered Jul 24, 2018 in Blockchain by digger
• 26,740 points
476 views
0 votes
1 answer

What happens to the short chain when the nodes follow the long chain?

This situation occurs every day in the ...READ MORE

answered Jul 16, 2018 in Blockchain by digger
• 26,740 points
707 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP