UNPKG

blockchain-wallet-ts

Version:

TypeScript wrapper for Blockchain.info's wallet API

16 lines (15 loc) 346 B
export declare namespace ConfigContent { interface blockchain { apiKey: string; apiUrl: string; } interface wallet { guid: string; password: string; } } declare const _default: { blockchain: ConfigContent.blockchain; wallet: ConfigContent.wallet; }; export default _default;