Documentation ¶
Index ¶
- Constants
- func AddTxFlagsToCmd(cmd *cobra.Command)
- func IsEmptySubtreeRPCError(err error) bool
- func IsKeyNotFoundRPCError(err error) bool
- func IsWriteInsteadReadRPCError(err error) bool
- func QueryWithProof(clientCtx client.Context, storeName string, keyPrefix string, key []byte, ...) error
- func QueryWithProofList(clientCtx client.Context, storeName string, keyPrefix string, key []byte, ...) error
- func ReadFromFile(target string) (string, error)
Constants ¶
View Source
const ( NotFoundOutput = "\"Not Found\"\n" LightClientProxyForListQueries = "" /* 129-byte string literal not displayed */ LightClientProxyForWriteRequests = "\"Write requests don't work with a Light Client Proxy. Please connect to a Full Node (Validator or Observer) instead.\"\n" RequestFailed = "Request failed" )
Variables ¶
This section is empty.
Functions ¶
func AddTxFlagsToCmd ¶ added in v0.6.0
func IsEmptySubtreeRPCError ¶ added in v0.10.0
func IsKeyNotFoundRPCError ¶ added in v0.10.0
func IsWriteInsteadReadRPCError ¶ added in v0.10.0
func QueryWithProof ¶ added in v0.6.0
func QueryWithProofList ¶ added in v0.6.0
func ReadFromFile ¶ added in v0.6.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.