hotmint-api 0.1.1

JSON-RPC API for external interaction with Hotmint nodes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "hotmint-api"
description = "JSON-RPC API for external interaction with Hotmint nodes"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true

[dependencies]
hotmint-types = { workspace = true }
hotmint-mempool = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
ruc = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }