UNPKG

@flipflop-sdk/cli

Version:

FlipFlop CLI tool for common operations

4 lines (3 loc) 192 B
import { Keypair } from '@solana/web3.js'; export declare const loadKeypairFromFile: (filePath: string) => Keypair; export declare const loadKeypairFromBase58: (base58Key: string) => Keypair;