ark-rs 0.9.2

Collection of Rust crates designed to simplify building Bitcoin wallets with seamless support for both on-chain and off-chain transactions via the Ark protocol
Documentation
1
2
3
4
5
#[cfg(feature = "client")]
pub use ark_client as client;
pub use ark_core as core;
#[cfg(feature = "grpc")]
pub use ark_grpc as grpc;