Keypair
Generates a new KeyPair for HebeCE API.
Returns: Keypair
Example code
const { Keypair } = require('hebece');
(async () => {
const kp = new Keypair()
const keypair = await kp.init();
console.log(keypair)
})()Last updated