0

In Corda, while using accounts we request for public keys for performing any kind of transaction and it is advisable to use that public key for one time Or for one transaction. So what will be the max threshold of requesting the public keys for an account. Or in other words what is the maximum number of public keys we can be generate for an account.

1 Answers1

0

There is no threshold as such. The keys get stored in the database, so as long as you have storage space you should be good.

Ashutosh Meher
  • 1,811
  • 2
  • 7
  • 16