query

package
v0.9.2-rc0 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2021 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewQuerier

func NewQuerier(keeper keeper.Keeper, legacyQuerierCdc *codec.LegacyAmino) sdk.Querier

NewQuerier creates and returns a new market querier instance

Types

type Client

type Client interface {
}

Client interface

type RawClient

type RawClient interface {
	Certificates() ([]byte, error)
	CertificatesState(string) ([]byte, error)
	Owner(sdk.Address) ([]byte, error)
	OwnerState(sdk.Address, string) ([]byte, error)
	Certificate(types.CertID) ([]byte, error)
}

RawClient interface

func NewRawClient

func NewRawClient(ctx sdkclient.Context, key string) RawClient

NewRawClient creates a client instance with provided context and key

Jump to

Keyboard shortcuts

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