What is the role of pubkey & privkey in fabric networks and how are they stored and accessed?
1. In org1.yaml, we have mentioned paths for credentialStore and cryptoStore. what type of files for the user gets stored here? Isn't it the pubkey and privkey of the user stored in cryptoStore?
2. How is privkey accessed in the network for performing a txn? Or how does the user provide the privkey while performing a txn?