ex3-wallet-registry-public-types 0.17.15

EX3 wallet registry public type.
Documentation
[package]
name = "ex3-wallet-registry-public-types"
version = "0.17.15"
license = "MIT"
authors = ["Deland Labs Core Dev <delandlabs@gmail.com>"]
edition = "2021"
description = "EX3 wallet registry public type."
homepage = "https://github.com/Deland-Labs/core-canister"
repository = "https://github.com/Deland-Labs/core-canister"

[dependencies]
candid = "0.10"
ic-stable-structures = "0.6.4"
serde = "1.0"
serde_bytes = "0.11.14"
ex3-serde = "0.15"
sha2 = "0.10"
num-bigint = "0.4.4"
rs_merkle = "1.4"
ex3-timestamp = { version = "0.15", features = ["canister"] }
ex3-common-error-info = { version = "0.15", features = ["canister"] }
ex3-canister-types = "0.17"
ex3-node-types = "0.15"
ex3-canister-error = "0.17"
ex3-canister-named-canisters = "0.17"
ex3-crypto = { version = "0.15", default-features = false, features = ["canister", "hash"] }

[dev-dependencies]
rstest = "0.18.2"

[build-dependencies]
ex3-canister-build = "0.17"

[features]
default = []
dev_env = []