Module ibc_test_framework::bootstrap::binary::chain
source · Expand description
Helper functions for bootstrapping two relayer chain handles with connected foreign clients.
Structs
Functions
- Add a wallet key to a
ChainHandle
’s key store. - Add multiple wallets provided in
TestWallets
into theChainHandle
’s key store. - Bootstraps two relayer chain handles with connected foreign clients.
- Bootstraps two relayer chain handles with connected foreign clients.
- Create a new
SharedRegistry
that usesCountingAndCachingChainHandle
as theChainHandle
implementation. - Save a relayer’s
Config
to the filesystem to make it accessible through external CLI. - Spawn a new chain handle using the given
SharedRegistry
andFullNode
.