blockchain_ops 0.8.1

Chain-agnostic blockchain operation traits (BlockChainOps, AssetOps).
Documentation
[package]
name = "blockchain_ops"
version = "0.8.1"
edition = "2024"
description = "Chain-agnostic blockchain operation traits (BlockChainOps, AssetOps)."
license = "MIT OR Apache-2.0"
repository = "https://github.com/richdrich/blockchain_ops_rust"
homepage = "https://github.com/richdrich/blockchain_ops_rust"
documentation = "https://docs.rs/blockchain_ops"
readme = "README.md"
keywords = ["blockchain", "cryptocurrency", "traits", "web3"]
categories = ["cryptography::cryptocurrencies"]

[dependencies]
anyhow = "1"
serde = { version = "1", features = ["derive"] }

[lints]
workspace = true