utils

package
v0.0.0-...-7c30539 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2020 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ParsePrefix

func ParsePrefix(cdc *codec.Codec, arg string) (commitmenttypes.MerklePrefix, error)

ParsePrefix unmarshals an cmd input argument from a JSON string to a commitment Prefix. If the input is not a JSON, it looks for a path to the JSON file.

func ParseProof

func ParseProof(cdc *codec.Codec, arg string) ([]byte, error)

ParseProof unmarshals a cmd input argument from a JSON string to a commitment Proof. If the input is not a JSON, it looks for a path to the JSON file. It then marshals the commitment proof into a proto encoded byte array.

func QueryClientConnections

func QueryClientConnections(
	clientCtx client.Context, clientID string, prove bool,
) (*types.QueryClientConnectionsResponse, error)

QueryClientConnections queries the connection paths registered for a particular client. If prove is true, it performs an ABCI store query in order to retrieve the merkle proof. Otherwise, it uses the gRPC query client.

func QueryConnection

func QueryConnection(
	clientCtx client.Context, connectionID string, prove bool,
) (*types.QueryConnectionResponse, error)

QueryConnection returns a connection end. If prove is true, it performs an ABCI store query in order to retrieve the merkle proof. Otherwise, it uses the gRPC query client.

Types

This section is empty.

Jump to

Keyboard shortcuts

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