# Functions
CreateSortedSignerArray takes two PrivValidators, and the corresponding Validator structs (including voting power).
MakeBlockID copied unimported test functions from tmtypes to use them here.
NewTestChain initializes a new TestChain instance with a single validator set using a generated private key.
ParseChannelIDFromEvents parses events emitted from a MsgChannelOpenInit or MsgChannelOpenTry and returns the channel identifier.
ParseClientIDFromEvents parses events emitted from a MsgCreateClient and returns the client identifier.
ParseConnectionIDFromEvents parses events emitted from a MsgConnectionOpenInit or MsgConnectionOpenTry and returns the connection identifier.
No description provided by the author
SetupWithGenesisValSet initializes a new SimApp with a validator set and genesis accounts that also act as delegators.
# Variables
No description provided by the author
# Structs
TestChain is a testing struct that wraps a simapp with the last TM Header, the current ABCI header and the validators of the TestChain.
# Interfaces
No description provided by the author