UNPKG

cngn-typescript-library

Version:

A lightweight Typescript library to give you the best experience with managing your cNGN merchant account

14 lines (13 loc) 555 B
import { Network, GeneratedWalletAddress } from "./types"; export declare class CryptoWallet { private static MNEMONIC_ENTROPY_BYTES; private static DERIVATION_PATHS; static generateWalletWithMnemonicDetails(network: Network): GeneratedWalletAddress; private static generateWalletFromMnemonic; private static getPublicKey; private static getPrivateKeyFromMnemonic; private static getAddressFromPublicKey; private static getEthereumStyleAddress; private static getDerivationPath; private static generateXbnWallet; }