Blockstream / gdk_rpc

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

Restore json string API #32

Closed jb55 closed 5 years ago

jb55 commented 5 years ago

Continues from #28, please review that first

This restores the json/string apis. These are needed to construct serde::json Values from C.

This also adds a test that demos some API calls

Fixes #30