bark-json 0.1.0-beta.6

JSON definitions for the bark APIs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13

pub extern crate ark;
pub extern crate bitcoin;

#[macro_use] extern crate serde;

pub mod cli;
pub mod exit;
pub mod primitives;
pub mod web;
mod serde_utils;