tibc

package
v0.0.0-...-06c3099 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 9, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateClient

func CreateClient(
	ctx sdk.Context,
	cdc codec.Codec,
	upgradePlanVersion string,
	clientKeeper clientkeeper.Keeper,
) error

Types

type Client

type Client struct {
	ChainName      string
	ClientState    exported.ClientState
	ConsensusState exported.ConsensusState
	Relayers       []string
}

type ClientData

type ClientData struct {
	ChainName      string                 `json:"chain_name"`
	ClientState    map[string]interface{} `json:"client_state"`
	ConsensusState map[string]interface{} `json:"consensus_state"`
	Relayers       []string               `json:"relayers"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL