state_objects 0.0.2

Interchain SDK State Objects
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "state_objects"
edition = "2021"
description = "Interchain SDK State Objects"
version.workspace = true
repository.workspace = true
license.workspace = true

[dependencies]
ixc_core = { path = "../core", version = "0.0.1" }
ixc_schema = { path = "../schema", version = "0.0.1" }
simple_time = { path = "../util/simple_time", version = "0.0.1" }
thiserror = "1.0.63"

[lints]
workspace = true