bark-json 0.1.0-beta.1

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

pub extern crate ark;
pub extern crate bitcoin;

#[macro_use] extern crate serde;

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

pub use primitives::*;