kashishkhullar/blockchain-nodejs

What is keypair & how to save it.

Closed this issue · 0 comments

When i print keyPair on console it shows -->

<Key priv: c55388432e65ecdf6cd89a11efdcbcdf823764c2b019fe0b99305590ea7352a9 pub: >

Question 1: what type of object is this? (its not a JSON object. converting it to JSON generates a big output.)

Question 2:how to save this pair in database & load it later?

Thank you!
great course sir!!