UNPKG

@btc-vision/bitcoin-rpc

Version:

The one and only fully typed Bitcoin RPC client for Node.js

5 lines (4 loc) 99 B
export interface CreateWalletResponse { readonly name: string; readonly warning: string; }