ibc-types-core-client 0.13.0

Data types for the Inter-Blockchain Communication (IBC) protocol. This crate defines common data structures that can be reused by different IBC implementations or ecosystem tooling.
Documentation

ibc-types-core-client

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 12 feature flags, 2 of them enabled by default.

default

  • std

std

  • bytes/std
  • displaydoc/std
  • ibc-proto/std
  • ibc-types-identifier/std
  • ibc-types-timestamp/std
  • ics23/std
  • num-traits/std
  • prost/std
  • serde/std
  • serde_json/std
  • sha2/std
  • subtle-encoding/std
  • tendermint/clock
  • tendermint/std

with_serde

  • serde
  • serde_derive
  • serde_json
  • ibc-proto/serde

mocks

  • tendermint/clock
  • cfg-if

parity-scale-codec

  • dep:parity-scale-codec
  • dep:scale-info

cfg-if

  • dep:cfg-if

serde

  • dep:serde

borsh

  • dep:borsh

serde_json

  • dep:serde_json

serde_derive

  • dep:serde_derive

mocks-no-std

  • cfg-if

upgrade_client

    This feature flag does not enable additional features.