jlib 0.0.1

A lightweight blockchain lib.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14

pub mod subscribe;
pub mod server_info;
pub mod ledger_closed;
pub mod spec_ledger;
pub mod account_info;
pub mod spec_tx;
pub mod account_tums;
pub mod relations;
pub mod offer;
pub mod account_tx;
pub mod order_book;
pub mod brokerage;