Crate merkle_sdk

source ·
Expand description

§merkle-sdk-rs

The merkle SDK is a great way to access our products.

§Quickstart: prelude

A prelude is provided which imports all the important data types and traits for you. Use this when you want to quickly bootstrap a new project.

use merkle_sdk::prelude::*;

Examples on how you can use the types imported by the prelude can be found in the examples directory of the repository and in the tests modules of each crate.

§Modules

The following paragraphs are a quick explanation of each module in ascending order of abstraction.

§transactions

Contains all the necessary data structures for connecting a transactions stream. To simplify your imports, consider using the re-exported modules described in the next subsection.

Modules§