Blockstream / gdk_rpc

gdk_rpc for bitcoind/liquidd
MIT License
6 stars 7 forks source link

Add prefix to exposed functions and remove unnecessary ones #20

Open stevenroose opened 5 years ago

stevenroose commented 5 years ago

We decided that it's better to have GDK delegate only certain calls to gdk_rpc. This means that we need to work in a prefix and that we don't have to implement the full GDK interface.