Returns a new account keypair that could be used for testing purposes like signing transactions.
import { getNewKeypair } from '@lndgalante/solutils';
const { keypair } = getNewKeypair();
Returns a new account keypair that could be used for testing purposes like signing transactions.
import { getNewKeypair } from '@lndgalante/solutils';
const { keypair } = getNewKeypair();