UNPKG

cngn-typescript-library

Version:

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

5 lines (4 loc) 212 B
import { GeneratedWalletAddress, IResponse, Network } from "../utils/types"; export declare class WalletManager { static generateWalletAddress(network: Network): Promise<IResponse<GeneratedWalletAddress>>; }