Docs.rs
ibc-testkit-0.56.0
ibc-testkit 0.56.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
rnbguy
Farhad-Shabani
ibcbot
seanchen1991
Dependencies
basecoin-store ^0.2.0
normal
bon ^2.3.0
normal
borsh ^1
normal
optional
derive_more ^1.0.0
normal
displaydoc ^0.2.5
normal
ibc ^0.56.0
normal
ibc-proto ^0.51.1
normal
ibc-query ^0.56.0
normal
parking_lot ^0.12.3
normal
schemars ^0.8.21
normal
optional
serde ^1.0
normal
optional
serde-json-wasm ^1.0.1
normal
optional
subtle-encoding ^0.5
normal
tendermint ^0.40.0
normal
tendermint-testgen ^0.40.0
normal
hex ^0.4.3
dev
rstest ^0.23
dev
Versions
64.42%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ibc_
testkit
0.56.0
Module context
Module Items
Structs
Type Aliases
In crate ibc_
testkit
ibc_testkit
Module
context
Copy item path
Source
Structs
§
Store
Generic
Test
Context
A context implementing the dependencies necessary for testing any IBC module.
Type Aliases
§
Mock
Context
A
StoreGenericTestContext
using
MockStore
and
MockHost
.
Mock
Store
A mock store type using basecoin-storage implementations.
Tendermint
Context
A
StoreGenericTestContext
using
MockStore
and
TendermintHost
.
Test
Context
A
StoreGenericTestContext
using
MockStore
.