предположим, что я создаю пару ключей rahul,
Я могу получить открытый ключ и закрытый ключ по
const rahul = new BigchainDB.Ed25519Keypair()```
console.log('public key \n',rahul.publicKey);
console.log('private key \n',rahul.privateKey);```
apart from this, where can find the key pair of rahul in storage ?