blockchain_types 0.0.2

Blockchain types for parsing blockchain information
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[package]
description = "Blockchain types for parsing blockchain information"
documentation = "https://github.com/jase-k/blockchain-types"
edition = "2021"
homepage = "https://github.com/jase-k/blockchain-types"
license = "MIT"
name = "blockchain_types"
readme = "README.md"
repository = "https://github.com/jase-k/blockchain-types"
resolver = "2"
version = "0.0.2"